From b5a247efaa431541648dfa729d5b6c44537607d5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 23 Mar 2020 00:55:28 -0400 Subject: propellor spin --- joeyconfig.hs | 7 ++++--- 1 file 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) -- cgit v1.2.3