From b6e854b1c31606c2bf09d893648818024d5a1b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 17 Jan 2023 16:00:41 +0200 Subject: [PATCH] auto reboots come after backups --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 2654cf4..ac84199 100644 --- a/configuration.nix +++ b/configuration.nix @@ -296,8 +296,8 @@ let autoUpgrade = { allowReboot = true; rebootWindow = { - lower = "00:00"; - upper = "00:30"; + lower = "01:00"; + upper = "01:30"; }; }; };