mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:46:34 +01:00
fix
This commit is contained in:
parent
2ccd8e5fc6
commit
e1e6da4139
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@ in {
|
|||
desktopManager.kodi.enable = true;
|
||||
displayManager = {
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
user = "jopejoe1";
|
||||
};
|
||||
lightdm = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
autoLogin.timeout = 3;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue