diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-03 17:12:03 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-03 17:12:03 -0400 |
| commit | 90097577ae130ed7fb78ae8b347c66e91f95b581 (patch) | |
| tree | cbfe591065fa857b66a16657430c35b90fc00dcd | |
| parent | 680d480921e2aadd143d55533a55af5a02666d84 (diff) | |
propellor spin
| -rw-r--r-- | config-joeyh.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joeyh.hs b/config-joeyh.hs index 6868d48d..cfe67e02 100644 --- a/config-joeyh.hs +++ b/config-joeyh.hs @@ -47,7 +47,7 @@ host hostname@"orca.kitenet.net" = standardSystem Unstable $ props & Docker.configured & Apt.buildDep ["git-annex"] & Docker.docked container hostname "amd64-git-annex-builder" - ! Docker.docked container hostname "i386-git-annex-builder" + & Docker.docked container hostname "i386-git-annex-builder" & Docker.garbageCollected -- My laptop host _hostname@"darkstar.kitenet.net" = Just $ props |
