diff --git a/system/default.nix b/system/default.nix index 61f6254b..fb761796 100644 --- a/system/default.nix +++ b/system/default.nix @@ -39,7 +39,7 @@ # Delete generations older than 7 days. nix.gc = { automatic = true; - dates = "daily"; + dates = "weekly"; options = "--delete-older-than 7d"; };