all repos — nixfiles @ e6e92c12ae75663c4cc45502031056d7b94ea8d5

System and user configuration, managed by nix and home-manager

Nix: decrease lifetime of old configurations
Alan Pearce alan@alanpearce.eu
Thu, 25 Jul 2019 12:34:49 +0200
commit

e6e92c12ae75663c4cc45502031056d7b94ea8d5

parent

149d6bbdd0a8e96a896310de49317d402b5be733

1 files changed, 1 insertions(+), 1 deletions(-)

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";
     };
   };