From 311cd6e1296b3497808c520d802b0a22e9c34b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Sat, 31 Aug 2024 18:22:09 +0300 Subject: [PATCH] Enable rebooting after nightly auto-upgrade --- base.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/base.nix b/base.nix index 51e0d4f..bcfd6db 100644 --- a/base.nix +++ b/base.nix @@ -131,6 +131,11 @@ enable = true; dates = "04:00"; randomizedDelaySec = "30min"; + allowReboot = true; + rebootWindow = { + lower = "03:30"; + upper = "05:00"; + }; }; nix = {