graphical: enable getty autologinOnce

This commit is contained in:
teutat3s 2024-12-09 13:16:03 +01:00
parent 677a234c95
commit eaf44e618b
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -50,7 +50,10 @@ in
variables = sessionVariables;
};
services.getty.autologinUser = psCfg.user.name;
services.getty = {
autologinUser = psCfg.user.name;
autologinOnce = true;
};
qt = {
enable = true;