From edbe704fd5d362ed76a5f8ad848686e046d82b86 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 31 Aug 2019 18:38:36 -0400 Subject: propellor spin --- joeyconfig.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'joeyconfig.hs') diff --git a/joeyconfig.hs b/joeyconfig.hs index ac12318a..7d58b78a 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -31,6 +31,7 @@ import qualified Propellor.Property.OpenId as OpenId import qualified Propellor.Property.Systemd as Systemd import qualified Propellor.Property.Journald as Journald import qualified Propellor.Property.Fail2Ban as Fail2Ban +import qualified Propellor.Property.LightDM as LightDM import qualified Propellor.Property.Laptop as Laptop import qualified Propellor.Property.HostingProvider.Linode as Linode import qualified Propellor.Property.HostingProvider.DigitalOcean as DigitalOcean @@ -373,6 +374,7 @@ peregrine = host "peregrine.kitenet.net" $ props & Apt.installed ["ssh", "screen", "variety", "git-annex"] & Tor.installed & Tor.hiddenServiceAvailable "ssh" (Port 22) + & LightDM.autoLogin (User "desktop") -- Branchable is not completely deployed with propellor yet. pell :: Host -- cgit v1.2.3