From 02887763e7921159378a5f95b1c7e238a4115c52 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 19 Nov 2020 17:53:08 +0100 Subject: [PATCH] glotzbert: update configuration.nix for 20.09 --- hosts/glotzbert/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"; };