diff --git a/common/nixos.nix b/common/nixos.nix index 125af64..35c1a2f 100644 --- a/common/nixos.nix +++ b/common/nixos.nix @@ -13,8 +13,8 @@ nix.gc = { automatic = true; - dates = "weekly"; - options = "--delete-older-than 30d"; + dates = "monthly"; + options = "--delete-older-than 60d"; }; # This value determines the NixOS release from which the default