From e463edcfc3873c84bbd472bc7bfea57f113761ea Mon Sep 17 00:00:00 2001 From: k3t Date: Fri, 4 Sep 2026 18:32:35 -0600 Subject: [PATCH] disable auto reboot for nixos auto upgrades so maga man can stop complaining (bookmarks definitely don't exist ooooo) --- modules/sys/security.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sys/security.nix b/modules/sys/security.nix index d3be48b..201e33d 100644 --- a/modules/sys/security.nix +++ b/modules/sys/security.nix @@ -30,7 +30,7 @@ operation = "switch"; runGarbageCollection = true; randomizedDelaySec = "2hr"; - allowReboot = true; + #allowReboot = true; rebootWindow = { lower = "04:00"; upper = "08:00"; }; }; }