diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/hosts/hp-envy-office/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/hosts/hp-envy-office/configuration.nix b/modules/hosts/hp-envy-office/configuration.nix index b6142c7..9a7a43a 100644 --- a/modules/hosts/hp-envy-office/configuration.nix +++ b/modules/hosts/hp-envy-office/configuration.nix @@ -32,5 +32,8 @@ # Enable bluetooth bluetooth.enable = true; + # Disable autologin + autologin.enable = false; + system.stateVersion = "24.11"; } |