summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2019-08-31 16:16:55 -0400
committerJoey Hess2019-08-31 16:16:55 -0400
commitc3f4223c039254a0f679dfd9bc2461a3a589e9f1 (patch)
tree6c103047309ba4bf681ecf322c6ec8752e8c31bf /joeyconfig.hs
parent5b8aa0368c5c71bbe0e90adb36c6554d157f2db3 (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 653335fe..3259d19a 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -32,6 +32,7 @@ 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.Laptop as Laptop
+import qualified Propellor.Property.LightDM as LightDM
import qualified Propellor.Property.HostingProvider.Linode as Linode
import qualified Propellor.Property.HostingProvider.DigitalOcean as DigitalOcean
import qualified Propellor.Property.SiteSpecific.GitHome as GitHome
@@ -374,6 +375,7 @@ peregrine = host "peregrine.kitenet.net" $ props
& Apt.installed ["ssh"]
& Tor.installed
& Tor.hiddenServiceAvailable "ssh" (Port 22)
+ & LightDM.autoLogin (User "desktop")
-- Branchable is not completely deployed with propellor yet.
pell :: Host