From bc985111fb376ba5424e07651b6203c809d67445 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 28 Mar 2026 00:48:30 -0500 Subject: [PATCH] disabled autologin stuff that never worked --- modules/hosts/john-p14s/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hosts/john-p14s/configuration.nix b/modules/hosts/john-p14s/configuration.nix index c6f7587..5078188 100644 --- a/modules/hosts/john-p14s/configuration.nix +++ b/modules/hosts/john-p14s/configuration.nix @@ -22,8 +22,8 @@ }; # Enable automatic login for the user. - services.displayManager.autoLogin.enable = true; - services.displayManager.autoLogin.user = "john"; + # services.displayManager.autoLogin.enable = true; + # services.displayManager.autoLogin.user = "john"; programs.zsh.enable = true; services.openssh.enable = true;