Disable autoreboot on upgrades

This commit is contained in:
Fabian Hauser 2020-03-08 16:52:32 +00:00
parent 975b4caf12
commit e615b2157c

View file

@ -3,7 +3,7 @@
{
system.autoUpgrade.enable = true;
system.autoUpgrade.allowReboot = true;
system.autoUpgrade.allowReboot = false;
boot.loader.timeout = 2;