diff --git a/hosts/server/default.nix b/hosts/server/default.nix index 9b2a54d..00b2cc4 100644 --- a/hosts/server/default.nix +++ b/hosts/server/default.nix @@ -19,7 +19,7 @@ in { }; gc = { automatic = true; - dates = "weekly"; + dates = "daily"; options = "--delete-older-than 7d"; }; }; diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index a68c1c1..182bba5 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -20,7 +20,7 @@ in { }; gc = { automatic = true; - dates = "weekly"; + dates = "daily"; options = "--delete-older-than 7d"; }; };