[TASK] Disallow automatic reboot

This commit is contained in:
Sebastian Fischer 2026-03-11 17:18:51 +01:00
parent ce0fb7cef7
commit 7836c3be3d

View File

@ -107,7 +107,7 @@
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = true;
allowReboot = true; allowReboot = false;
channel = "https://channels.nixos.org/nixos-25.11"; channel = "https://channels.nixos.org/nixos-25.11";
}; };