diff options
| -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" |
