summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2020-03-23 00:55:28 -0400
committerJoey Hess2020-03-23 00:55:28 -0400
commitb5a247efaa431541648dfa729d5b6c44537607d5 (patch)
tree39647c7eb5d5bf7003f896385d9b07a37cb3c6a4 /joeyconfig.hs
parent625aab3d563a5a4b3c6e7414bffdc86a8fb04187 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs7
1 files changed, 4 insertions, 3 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index e113b572..cf417ac1 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -485,9 +485,10 @@ quarantimer = host "quarantimer.app" $ props
& User "joey" `Ssh.authorizedKeysFrom` (User "joey", darkstar)
& Ssh.noPasswords
- & Apt.installed ["certbot"]
-
-
+ & LetsEncrypt.letsEncrypt (LetsEncrypt.AgreeTOS (Just "id@joeyh.name"))
+ "quarantimer.app" "/home/joey/quarantimer/static"
+ & Apt.installed ["zlib1g-dev"]
+ -- (Installing quarantimer not yet automated)