diff options
author | Tim Keller <tjkeller.xyz> | 2025-01-09 10:45:54 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-01-09 10:45:54 -0600 |
commit | 8bcc21fec9d681cdfc974a801026ba4808392881 (patch) | |
tree | 013996a80325ea7b4806447775ceec8e4d63ab05 /modules/hosts | |
parent | 7a9236c929a34e92effbb98a6fd0e8d182698698 (diff) | |
download | nixos-8bcc21fec9d681cdfc974a801026ba4808392881.tar.xz nixos-8bcc21fec9d681cdfc974a801026ba4808392881.zip |
do not autologin on office pc
Diffstat (limited to 'modules/hosts')
-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"; } |