summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-09-18 23:50:13 -0400
committerJoey Hess2014-09-18 23:50:13 -0400
commitfc9596814522b0ebfea6cba053311831998d6b60 (patch)
treeb2aa9de1a6c135fc338aa44723d369809eccc2f7 /config-joey.hs
parentf0409ae86904bc971d49c9c189b6b1a462dac730 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index c363110d..c2c2c878 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -362,6 +362,7 @@ standardContainer name suite arch = Docker.container name (dockerImage system)
& Apt.installed ["systemd"]
& Apt.unattendedUpgrades
& Apt.cacheCleaned
+ & Docker.tweaked
where
system = System (Debian suite) arch