diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-19 01:34:29 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-19 01:34:29 -0400 |
| commit | 99234f016fcf93bd6b4de24abfe5c1471ca2c31d (patch) | |
| tree | 93a31facbb10820a3e37d60570a107b34f0e7ded | |
| parent | 624d8e84ebe71840ef6deefafa03fccd4e71658b (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 98dac3e7..a7f613de 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -53,7 +53,7 @@ darkstar = host "darkstar.kitenet.net" & Apt.buildDep ["git-annex"] `period` Daily & Docker.configured ! Docker.docked hosts "android-git-annex" - ! Docker.docked hosts "simple-debian" + & Docker.docked hosts "simple-debian" clam :: Host clam = standardSystem "clam.kitenet.net" Unstable "amd64" |
