Enable auto-upgrade and allow reboot if necessary
This commit is contained in:
parent
c3d4cfe505
commit
99f55ff4ff
|
@ -63,6 +63,10 @@
|
||||||
time.timeZone = "Europe/Brussels";
|
time.timeZone = "Europe/Brussels";
|
||||||
services.timesyncd.enable = true;
|
services.timesyncd.enable = true;
|
||||||
|
|
||||||
|
# Auto-upgrade the system and reboot if needed
|
||||||
|
system.autoUpgrade.enable = true;
|
||||||
|
system.autoUpgrade.allowReboot = true;
|
||||||
|
|
||||||
|
|
||||||
# Import other configuration modules
|
# Import other configuration modules
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue