Actually disable autoLogin this time?

This commit is contained in:
Evie Litherland-Smith 2024-08-07 10:07:37 +01:00
parent f902d25011
commit e90f94a30d

View file

@ -113,7 +113,6 @@
package = pkgs.nixVersions.latest; package = pkgs.nixVersions.latest;
settings.trusted-users = [ username ]; settings.trusted-users = [ username ];
}; };
services.displayManager.autoLogin.user = username;
programs.${loginShell} = lib.mkIf (loginShell != "bash") { enable = true; }; programs.${loginShell} = lib.mkIf (loginShell != "bash") { enable = true; };
users.users.${username} = { users.users.${username} = {
shell = pkgs.${loginShell}; shell = pkgs.${loginShell};