Nix: decrease lifetime of old configurations
Alan Pearce alan@alanpearce.eu
Thu, 25 Jul 2019 12:34:49 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
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"; }; };