glotzbert: update configuration.nix for 20.09

This commit is contained in:
Astro 2020-11-19 17:53:08 +01:00
parent a7c49d0ab3
commit 02887763e7
1 changed files with 4 additions and 4 deletions

View File

@ -110,10 +110,10 @@
services.xserver.displayManager = { services.xserver.displayManager = {
lightdm = { lightdm = {
enable = true; enable = true;
autoLogin = { };
enable = true; autoLogin = {
user = "k-ot"; enable = true;
}; user = "k-ot";
}; };
defaultSession = "gnome-xorg"; defaultSession = "gnome-xorg";
}; };