all repos — archive/nixos-configuration @ e6e92c12ae75663c4cc45502031056d7b94ea8d5

Superseded by nixfiles

Nix: decrease lifetime of old configurations

Alan Pearce
commit

e6e92c12ae75663c4cc45502031056d7b94ea8d5

parent

149d6bbdd0a8e96a896310de49317d402b5be733

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M modules/configuration/nix.nixmodules/configuration/nix.nix
@@ -9,7 +9,7 @@
autoOptimiseStore = true; gc = { automatic = true; - options = "--delete-older-than 30d"; + options = "--delete-older-than 14d"; }; };