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" ];