diff --git a/hosts/opti/default.nix b/hosts/opti/default.nix index f832b8d..e4a98e2 100644 --- a/hosts/opti/default.nix +++ b/hosts/opti/default.nix @@ -10,7 +10,7 @@ gc = { automatic = true; dates = "weekly"; - options = "--delete-older-than 14d"; + options = "--delete-older-than 2w"; }; settings.experimental-features = [ "nix-command" "flakes" ];