summary refs log tree commit diff stats
path: root/modules/configuration
diff options
context:
space:
mode:
authorAlan Pearce2019-07-25 12:34:49 +0200
committerAlan Pearce2019-07-25 12:34:49 +0200
commite6e92c12ae75663c4cc45502031056d7b94ea8d5 (patch)
tree98b68907dea5faa5aff2834ddc938acac17dcade /modules/configuration
parent149d6bbdd0a8e96a896310de49317d402b5be733 (diff)
downloadnixfiles-e6e92c12ae75663c4cc45502031056d7b94ea8d5.tar.lz
nixfiles-e6e92c12ae75663c4cc45502031056d7b94ea8d5.tar.zst
nixfiles-e6e92c12ae75663c4cc45502031056d7b94ea8d5.zip
Nix: decrease lifetime of old configurations
Diffstat (limited to 'modules/configuration')
-rw-r--r--modules/configuration/nix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/configuration/nix.nix b/modules/configuration/nix.nix
index 1a064303..8dc334a1 100644
--- a/modules/configuration/nix.nix
+++ b/modules/configuration/nix.nix
@@ -9,7 +9,7 @@
     autoOptimiseStore = true;
     gc = {
       automatic = true;
-      options = "--delete-older-than 30d";
+      options = "--delete-older-than 14d";
     };
   };