summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2019-08-31 18:38:36 -0400
committerJoey Hess2019-08-31 18:38:36 -0400
commitedbe704fd5d362ed76a5f8ad848686e046d82b86 (patch)
tree49d0471a6f5968d54238c51745ef78d76cb44328 /joeyconfig.hs
parent64080b468d8fef6ddfe1b9e6c9eab399e02b86d8 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs2
1 files changed, 2 insertions, 0 deletions
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