fix(common): make 'nix.gc' default overrideable

This commit is contained in:
2026-07-27 23:35:23 +02:00
parent e41bd7067c
commit aa86af05f8
+1 -1
View File
@@ -34,7 +34,7 @@ in
gc = { gc = {
automatic = true; automatic = true;
dates = "weekly"; dates = "weekly";
options = "--delete-older-than 30d"; options = lib.mkDefault "--delete-older-than 30d";
}; };
settings.experimental-features = [ settings.experimental-features = [
"nix-command" "nix-command"