diff options
| author | Joey Hess <joey@kitenet.net> | 2014-10-25 13:20:14 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-10-25 13:20:14 -0400 |
| commit | 56c25543bfd142f29b1216c00323bfa14b431b07 (patch) | |
| tree | 7feba0e4ebe42a9f700cb95e9f6dc510ee786a71 | |
| parent | bbf258a075549eca8581bd5ad42e5ac916f4ca2d (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index fb90651e..74647df9 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -160,6 +160,9 @@ kite = standardSystemUnhardened "kite.kitenet.net" Unstable "amd64" -- Some users have zsh as their login shell. , "zsh" ] + + & Docker.configured + & Docker.garbageCollected `period` Daily diatom :: Host diatom = standardSystem "diatom.kitenet.net" (Stable "wheezy") "amd64" |
