From 8bcc21fec9d681cdfc974a801026ba4808392881 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 9 Jan 2025 10:45:54 -0600 Subject: do not autologin on office pc --- modules/hosts/hp-envy-office/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) 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"; } -- cgit v1.2.3