diff options
-rw-r--r-- | modules/configuration/nix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/configuration/nix.nix b/modules/configuration/nix.nix index 1a06430..8dc334a 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"; }; }; |