diff --git a/modules/misc/common/default.nix b/modules/misc/common/default.nix index 169151d..15b1793 100644 --- a/modules/misc/common/default.nix +++ b/modules/misc/common/default.nix @@ -157,8 +157,9 @@ in # enable garbage collection gc = { automatic = true; - dates = "16:00"; + dates = "weekly"; options = "--delete-older-than 30d"; + persistent = true; }; optimise = { automatic = true;