From e780ed549ddb9861d7a3c75ae03e2ba9d27a80e4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 13 Jul 2017 16:16:14 -0400 Subject: propellor spin --- src/Propellor/Property/LightDM.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor') diff --git a/src/Propellor/Property/LightDM.hs b/src/Propellor/Property/LightDM.hs index 69538d89..44f0e9f0 100644 --- a/src/Propellor/Property/LightDM.hs +++ b/src/Propellor/Property/LightDM.hs @@ -12,6 +12,6 @@ installed = Apt.installed ["lightdm"] -- | Configures LightDM to skip the login screen and autologin as a user. autoLogin :: User -> Property DebianLike autoLogin (User u) = "/etc/lightdm/lightdm.conf" `ConfFile.containsIniSetting` - ("SeatDefaults", "autologin-user", u) + ("Seat:*", "autologin-user", u) `describe` "lightdm autologin" `requires` installed -- cgit v1.2.3