From ac7378ddc748099ffceb8f312f53ffbd856b49d8 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 1 May 2024 12:36:14 +0200 Subject: [PATCH] add some randomness to autoupdate --- common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common.nix b/common.nix index aef38ed..a6f39ee 100644 --- a/common.nix +++ b/common.nix @@ -90,6 +90,7 @@ system.autoUpgrade = { enable = true; dates = "hourly"; + randomizedDelaySec = "10min"; flake = "git+https://git.missing.ninja/lf3/server-conf.git"; };