From 8d2142b259b18e3e2483743afb427e75f39a754f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 1 Mar 2023 15:12:19 +0200 Subject: [PATCH] make upgrade and reboot window more liberal --- configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 12e1792..16b448a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -439,10 +439,10 @@ in { autoUpgrade.enable = true; autoUpgrade = { allowReboot = true; - dates = "01:00"; + dates = "23:30"; rebootWindow = { - lower = "01:00"; - upper = "01:30"; + lower = "23:30"; + upper = "03:00"; }; }; };