diff --git a/hosts/glotzbert/configuration.nix b/hosts/glotzbert/configuration.nix index 617c5ded..daad353e 100644 --- a/hosts/glotzbert/configuration.nix +++ b/hosts/glotzbert/configuration.nix @@ -110,10 +110,10 @@ services.xserver.displayManager = { lightdm = { enable = true; - autoLogin = { - enable = true; - user = "k-ot"; - }; + }; + autoLogin = { + enable = true; + user = "k-ot"; }; defaultSession = "gnome-xorg"; };