summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2020-03-23 11:26:44 -0400
committerJoey Hess2020-03-23 11:26:44 -0400
commitf9bef5e4c20a22d27781b24517984f0c0388f460 (patch)
tree94d37dfe579d99e60ad84eed417e8ad1cebfd3ef /joeyconfig.hs
parent47eb5b3f61b2e2235cabe3df5adb22620f325c5d (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 565e1662..00eb8980 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -488,7 +488,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"]
+ & Apt.installed ["zlib1g-dev", "imagemagick"]
-- (Installing quarantimer not yet automated)