diff --git a/modules/profiles/server.nix b/modules/profiles/server.nix index 9a10c70..a3435b1 100644 --- a/modules/profiles/server.nix +++ b/modules/profiles/server.nix @@ -8,6 +8,7 @@ with lib; nix.gc = { automatic = true; options = "--delete-older-than 30d"; + randomizedDelaySec = "55min"; }; }; }