diff --git a/modules/base/nix.nix b/modules/base/nix.nix index fedf7e3..7abe5c9 100644 --- a/modules/base/nix.nix +++ b/modules/base/nix.nix @@ -11,7 +11,7 @@ (_: v: {flake = v;}) (lib.filterAttrs (_: v: v ? outputs) inputs); package = pkgs.nix; - gc.automatic = true; + gc.automatic = false; optimise.automatic = true; extraOptions = '' min-free = 536870912