diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-19 00:39:35 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-19 00:39:35 -0400 |
| commit | 492c2b98a5e001c5ad3d99710c2540b4b95642df (patch) | |
| tree | 4b0c42622518ce668b1ad89e852e503d2573152d | |
| parent | fb3a6947c57caf10e755ab98c52aa401902eddb0 (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 57db1d4a..abd20e55 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" |
