summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-01-09 10:45:54 -0600
committerTim Keller <tjkeller.xyz>2025-01-09 10:45:54 -0600
commit8bcc21fec9d681cdfc974a801026ba4808392881 (patch)
tree013996a80325ea7b4806447775ceec8e4d63ab05
parent7a9236c929a34e92effbb98a6fd0e8d182698698 (diff)
downloadnixos-8bcc21fec9d681cdfc974a801026ba4808392881.tar.xz
nixos-8bcc21fec9d681cdfc974a801026ba4808392881.zip
do not autologin on office pc
-rw-r--r--modules/hosts/hp-envy-office/configuration.nix3
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";
}