summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2020-03-23 01:08:11 -0400
committerJoey Hess2020-03-23 01:08:11 -0400
commit47eb5b3f61b2e2235cabe3df5adb22620f325c5d (patch)
tree4ce86aeaf2b56064fc2f9dc792d0947282c3c3f4 /joeyconfig.hs
parentb5a247efaa431541648dfa729d5b6c44537607d5 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index cf417ac1..565e1662 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -487,6 +487,7 @@ quarantimer = host "quarantimer.app" $ props
& LetsEncrypt.letsEncrypt (LetsEncrypt.AgreeTOS (Just "id@joeyh.name"))
"quarantimer.app" "/home/joey/quarantimer/static"
+ & Apt.installed ["screen", "git", "ghc"]
& Apt.installed ["zlib1g-dev"]
-- (Installing quarantimer not yet automated)