summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-09 04:03:49 -0700
committerFuwn <[email protected]>2024-09-09 04:03:49 -0700
commitc27cce3d68a6bb836101a51716e2194631287144 (patch)
tree613c7d53e46789196cdefc3ce9e94f6f7b3321ac
parentBump: catgirl (diff)
downloadnixos-config-c27cce3d68a6bb836101a51716e2194631287144.tar.xz
nixos-config-c27cce3d68a6bb836101a51716e2194631287144.zip
Bump: system.autoUpgrade.allowReboot
-rw-r--r--modules/system/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/system/default.nix b/modules/system/default.nix
index fe5fdf2..3c586eb 100644
--- a/modules/system/default.nix
+++ b/modules/system/default.nix
@@ -17,7 +17,10 @@
];
system = {
- autoUpgrade.enable = false;
+ autoUpgrade = {
+ enable = false;
+ allowReboot = false;
+ };
switch = {
enable = false;