Rupert: Allow automatic reboots

This commit is contained in:
fruchti 2023-02-26 18:37:48 +01:00
parent 70454613d1
commit eb112a9654

View file

@ -84,7 +84,7 @@ in
# system.copySystemConfiguration = true; # system.copySystemConfiguration = true;
system.autoUpgrade.enable = true; system.autoUpgrade.enable = true;
system.autoUpgrade.allowReboot = false; system.autoUpgrade.allowReboot = true;
system.autoUpgrade.sendEmail = true; system.autoUpgrade.sendEmail = true;
# systemd.services.nixos-upgrade.onFailure = lib.mkIf config.system.autoUpgrade.enable [ "status-email@%n.service" ]; # systemd.services.nixos-upgrade.onFailure = lib.mkIf config.system.autoUpgrade.enable [ "status-email@%n.service" ];