disable auto reboot for nixos auto upgrades so maga man can stop complaining (bookmarks definitely don't exist ooooo)

This commit is contained in:
k3t
2026-09-04 18:32:35 -06:00
parent e40598947d
commit e463edcfc3
+1 -1
View File
@@ -30,7 +30,7 @@
operation = "switch"; operation = "switch";
runGarbageCollection = true; runGarbageCollection = true;
randomizedDelaySec = "2hr"; randomizedDelaySec = "2hr";
allowReboot = true; #allowReboot = true;
rebootWindow = { lower = "04:00"; upper = "08:00"; }; rebootWindow = { lower = "04:00"; upper = "08:00"; };
}; };
} }