Enable auto-upgrade and allow reboot if necessary

This commit is contained in:
coolneng 2019-10-18 00:04:03 +02:00
parent c3d4cfe505
commit 99f55ff4ff
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@
time.timeZone = "Europe/Brussels";
services.timesyncd.enable = true;
# Auto-upgrade the system and reboot if needed
system.autoUpgrade.enable = true;
system.autoUpgrade.allowReboot = true;
# Import other configuration modules
}