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