From eb112a9654a21e8989a87fa77592ca85fcaf066c Mon Sep 17 00:00:00 2001 From: fruchti Date: Sun, 26 Feb 2023 18:37:48 +0100 Subject: [PATCH] Rupert: Allow automatic reboots --- hosts/Rupert.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Rupert.nix b/hosts/Rupert.nix index 7b9fcb9..c223689 100644 --- a/hosts/Rupert.nix +++ b/hosts/Rupert.nix @@ -84,7 +84,7 @@ in # system.copySystemConfiguration = true; system.autoUpgrade.enable = true; - system.autoUpgrade.allowReboot = false; + system.autoUpgrade.allowReboot = true; system.autoUpgrade.sendEmail = true; # systemd.services.nixos-upgrade.onFailure = lib.mkIf config.system.autoUpgrade.enable [ "status-email@%n.service" ];