diff --git a/nixos/common/global/nix.nix b/nixos/common/global/nix.nix index af81859..11fcca0 100644 --- a/nixos/common/global/nix.nix +++ b/nixos/common/global/nix.nix @@ -9,7 +9,7 @@ # Automatically run the garbage collector an a specified time. automatic = true; dates = "weekly"; - options = "--delete-older-than 14d"; + options = "--delete-older-than 28d"; }; # This will add each flake input as a registry