Disable autologin (seems to be broken)
This commit is contained in:
parent
b5fa8d1d1f
commit
05f294c9f0
|
@ -20,13 +20,7 @@ in
|
|||
'';
|
||||
networking.nameservers = [ "192.168.1.230" ];
|
||||
|
||||
services.xserver.displayManager = {
|
||||
defaultSession = "steam";
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = "xenia";
|
||||
};
|
||||
};
|
||||
services.xserver.displayManager.defaultSession = "steam";
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.xenia = {
|
||||
|
|
Loading…
Reference in a new issue