disable lightdm

This commit is contained in:
Johannes Jöns 2024-01-01 00:41:03 +01:00
parent ffa9496ec0
commit 90bfec2e51

View file

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