diff --git a/modules/shell/nix/optimization.nix b/modules/shell/nix/optimization.nix index c8506aee..095e108e 100644 --- a/modules/shell/nix/optimization.nix +++ b/modules/shell/nix/optimization.nix @@ -16,7 +16,7 @@ in gc = { automatic = true; dates = "weekly"; - options = "--delete-older-than 1w"; + options = "--delete-older-than 14d"; }; # optimizes store to reduce storage space :) # does do alot on the cpu though :p