Nix: decrease lifetime of old configurations
1 file changed, 1 insertion(+), 1 deletion(-)
M modules/configuration/nix.nix → modules/configuration/nix.nix
@@ -9,7 +9,7 @@ autoOptimiseStore = true; gc = { automatic = true; - options = "--delete-older-than 30d"; + options = "--delete-older-than 14d"; }; };