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