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