change autoUpgrade reboot option

This commit is contained in:
Sam 2025-01-16 18:52:50 +00:00
parent 3e50d6bb9f
commit 639b722f4e
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ in {
system.services.nixosAutoUpgrade = {
enable = true;
persistent = true;
reboot = true;
reboot = false;
pushUpdates = true;
configDir = "/etc/nixos";
onCalendar = "daily";