diff --git a/system/nix.nix b/system/nix.nix index f9b0a82..38b2eb9 100644 --- a/system/nix.nix +++ b/system/nix.nix @@ -11,8 +11,8 @@ in nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; gc = { automatic = true; - dates = "daily"; - options = "--delete-older-than 3d"; + dates = "weekly"; + options = "--delete-older-than 7d"; }; optimise.automatic = true; settings = {