Disable auto reboot
This commit is contained in:
parent
d7a0887a4b
commit
d0aa988300
|
@ -69,7 +69,7 @@
|
|||
# Auto-upgrade the system and reboot if needed
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
allowReboot = true;
|
||||
allowReboot = false;
|
||||
};
|
||||
|
||||
# Enable zeroconf
|
||||
|
|
Loading…
Reference in New Issue