mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 21:39:23 +02:00
disable auto login
This commit is contained in:
parent
611a73e812
commit
2ccd8e5fc6
2 changed files with 7 additions and 7 deletions
|
@ -14,7 +14,7 @@ in {
|
|||
user = "jopejoe1";
|
||||
};
|
||||
lightdm = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
autoLogin.timeout = 3;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue