From 3116ffa337758c3cc422edc6e5d57ade6eb07d69 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 29 Mar 2024 07:48:06 -0400 Subject: [PATCH] systemConfig: set rebootWindow to 2-5AM --- nixosModules/systemConfig/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosModules/systemConfig/default.nix b/nixosModules/systemConfig/default.nix index 8b132fd9..4544f907 100644 --- a/nixosModules/systemConfig/default.nix +++ b/nixosModules/systemConfig/default.nix @@ -53,7 +53,7 @@ operation = "boot"; rebootWindow = { lower = "02:00"; - upper = "06:00"; + upper = "05:00"; }; };