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;