Actually disable autoLogin this time?
This commit is contained in:
parent
f902d25011
commit
e90f94a30d
|
@ -113,7 +113,6 @@
|
|||
package = pkgs.nixVersions.latest;
|
||||
settings.trusted-users = [ username ];
|
||||
};
|
||||
services.displayManager.autoLogin.user = username;
|
||||
programs.${loginShell} = lib.mkIf (loginShell != "bash") { enable = true; };
|
||||
users.users.${username} = {
|
||||
shell = pkgs.${loginShell};
|
||||
|
|
Loading…
Reference in a new issue