forked from pub-solar/os
graphical: enable getty autologinOnce
This commit is contained in:
parent
677a234c95
commit
eaf44e618b
|
@ -50,7 +50,10 @@ in
|
|||
variables = sessionVariables;
|
||||
};
|
||||
|
||||
services.getty.autologinUser = psCfg.user.name;
|
||||
services.getty = {
|
||||
autologinUser = psCfg.user.name;
|
||||
autologinOnce = true;
|
||||
};
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue