Rupert: Allow automatic reboots
This commit is contained in:
parent
70454613d1
commit
eb112a9654
|
@ -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" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue