mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:26:51 +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;
|
desktopManager.kodi.enable = true;
|
||||||
displayManager = {
|
displayManager = {
|
||||||
autoLogin = {
|
autoLogin = {
|
||||||
enable = true;
|
enable = false;
|
||||||
user = "jopejoe1";
|
user = "jopejoe1";
|
||||||
};
|
};
|
||||||
lightdm = {
|
lightdm = {
|
||||||
enable = false;
|
enable = true;
|
||||||
autoLogin.timeout = 3;
|
autoLogin.timeout = 3;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue