diff options
| author | Fuwn <[email protected]> | 2024-09-09 04:03:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-09 04:03:49 -0700 |
| commit | c27cce3d68a6bb836101a51716e2194631287144 (patch) | |
| tree | 613c7d53e46789196cdefc3ce9e94f6f7b3321ac | |
| parent | Bump: catgirl (diff) | |
| download | nixos-config-c27cce3d68a6bb836101a51716e2194631287144.tar.xz nixos-config-c27cce3d68a6bb836101a51716e2194631287144.zip | |
Bump: system.autoUpgrade.allowReboot
| -rw-r--r-- | modules/system/default.nix | 5 |
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; |