disable auto login

This commit is contained in:
jopejoe1 2024-01-01 00:20:10 +01:00
parent 611a73e812
commit 2ccd8e5fc6
2 changed files with 7 additions and 7 deletions

View file

@ -14,7 +14,7 @@ in {
user = "jopejoe1";
};
lightdm = {
enable = true;
enable = false;
autoLogin.timeout = 3;
};
};