From e5343cf871c47d8f71da326b65e6369e2db190ce Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Tue, 26 Nov 2024 23:24:13 +0000 Subject: [PATCH] nixos-modules/vmCommon: shorten autoUpgrade.rebootWindow --- nix/nixos-modules/vmCommon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos-modules/vmCommon.nix b/nix/nixos-modules/vmCommon.nix index b14f7a9..2942a0f 100644 --- a/nix/nixos-modules/vmCommon.nix +++ b/nix/nixos-modules/vmCommon.nix @@ -53,7 +53,7 @@ in rebootWindow.lower = "01:00"; dates = "01:00"; randomizedDelaySec = "45min"; - rebootWindow.upper = "04:00"; + rebootWindow.upper = "02:50"; }; nix.gc = {