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" ];
|
networking.nameservers = [ "192.168.1.230" ];
|
||||||
|
|
||||||
services.xserver.displayManager = {
|
services.xserver.displayManager.defaultSession = "steam";
|
||||||
defaultSession = "steam";
|
|
||||||
autoLogin = {
|
|
||||||
enable = true;
|
|
||||||
user = "xenia";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.xenia = {
|
users.users.xenia = {
|
||||||
|
|
Loading…
Reference in a new issue