summaryrefslogtreecommitdiff
path: root/config.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-02 23:14:18 -0400
committerJoey Hess2014-04-02 23:14:18 -0400
commit6e325dbf8f67235e1466e8577229e37911646fcf (patch)
tree3c2c4ec0740819221fe8d09aafe29a4950f7f10c /config.hs
parent9fe6914decdfa94934e4a34a04796dcefc924ba3 (diff)
propellor spin
Diffstat (limited to 'config.hs')
-rw-r--r--config.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.hs b/config.hs
index 09f11138..e2df6c0f 100644
--- a/config.hs
+++ b/config.hs
@@ -53,7 +53,8 @@ host hostname@"orca.kitenet.net" = Just $ props
& standardSystem Unstable
& Apt.unattendedUpgrades
& Docker.configured
- ! Docker.docked container hostname "amd64-git-annex-builder"
+ & Apt.buildDep ["git-annex"]
+ & Docker.docked container hostname "amd64-git-annex-builder"
! Docker.docked container hostname "i386-git-annex-builder"
& Docker.garbageCollected
-- add more hosts here...