summaryrefslogtreecommitdiff
path: root/config.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-02 00:52:39 -0400
committerJoey Hess2014-04-02 00:52:39 -0400
commit6f032f7ee3ac43d4b77c78786c0951b49ce5b8e7 (patch)
tree131751301e361294d06d8a073c3c6f73b362fdf7 /config.hs
parent845162a2b14fbf270195d432078fb90c93543572 (diff)
propellor spin
Diffstat (limited to 'config.hs')
-rw-r--r--config.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.hs b/config.hs
index 6e938fc2..b212fda3 100644
--- a/config.hs
+++ b/config.hs
@@ -44,7 +44,7 @@ host hostname@"clam.kitenet.net" = Just
, File.dirExists "/var/www"
--, Docker.docked container hostname "webserver"
, Docker.garbageCollected
- , Docker.docked container hostname "amd64-git-annex-builder"
+ , Docker.unDocked container hostname "amd64-git-annex-builder"
, Apt.installed ["git-annex", "mtr"]
-- Should come last as it reboots.
, Apt.installed ["systemd-sysv"] `onChange` Reboot.now
@@ -54,8 +54,8 @@ host hostname@"orca.kitenet.net" = Just
, standardSystem Unstable
, Apt.unattendedUpgrades True
, Docker.configured
- , Docker.docked container hostname "amd64-git-annex-builder"
- , Docker.docked container hostname "i386-git-annex-builder"
+ , Docker.unDocked container hostname "amd64-git-annex-builder"
+ , Docker.unDocked container hostname "i386-git-annex-builder"
, Docker.garbageCollected
]
-- add more hosts here...