summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)