diff --git a/hosts/ha1/configuration.nix b/hosts/ha1/configuration.nix index fb754bc..dcb8133 100644 --- a/hosts/ha1/configuration.nix +++ b/hosts/ha1/configuration.nix @@ -76,6 +76,7 @@ timerConfig = { OnCalendar = "daily"; Persistent = true; + RandomizedDelaySec = "2h"; }; pruneOpts = [ "--keep-daily 7" diff --git a/hosts/monitoring01/configuration.nix b/hosts/monitoring01/configuration.nix index b14294e..3a95d73 100644 --- a/hosts/monitoring01/configuration.nix +++ b/hosts/monitoring01/configuration.nix @@ -72,6 +72,7 @@ timerConfig = { OnCalendar = "daily"; Persistent = true; + RandomizedDelaySec = "2h"; }; pruneOpts = [ "--keep-daily 7" @@ -88,6 +89,7 @@ timerConfig = { OnCalendar = "daily"; Persistent = true; + RandomizedDelaySec = "2h"; }; pruneOpts = [ "--keep-daily 7"