From 48309ce908f777ae15c1030e3e396009d6ddf36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 25 Feb 2023 17:29:53 +0200 Subject: [PATCH] auto-upgrade at 1am UTC --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 725fbaa..2579747 100644 --- a/configuration.nix +++ b/configuration.nix @@ -375,6 +375,7 @@ in { autoUpgrade.enable = true; autoUpgrade = { allowReboot = true; + dates = "01:00"; rebootWindow = { lower = "01:00"; upper = "01:30";