diff --git a/extra-nixos.nix b/extra-nixos.nix index 9bffed8..792f80b 100644 --- a/extra-nixos.nix +++ b/extra-nixos.nix @@ -13,12 +13,12 @@ boot.kernelPackages = pkgs.linuxPackages_latest; keep-derivations = true ''; # package = pkgs.nixFlakes; - gc = { - automatic = true; - dates = "weekly"; - options = "--delete-older-than 7d"; - persistent = true; - }; +# gc = { +# automatic = true; +# dates = "weekly"; +# options = "--delete-older-than 7d"; +# persistent = true; +# }; settings.auto-optimise-store = true; };