From 38685897eb6f7d420063f3f8ea4a8de0872e56fc Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 17 Sep 2024 07:27:58 +0100 Subject: [PATCH] autoUpgrade: reduce randomizedDelaySec to 5min --- system/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/default.nix b/system/default.nix index 30440750..77f4724a 100644 --- a/system/default.nix +++ b/system/default.nix @@ -71,7 +71,7 @@ allowReboot = false; flake = "git+${config.nix.registry.my-nixos.to.url}"; dates = "02:00"; - randomizedDelaySec = "15min"; + randomizedDelaySec = "5min"; flags = [ "--accept-flake-config" "--option"