summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-10-10 13:24:31 -0400
committerJoey Hess2014-10-10 13:24:31 -0400
commit6ea324c613c5f1f4ddb1a5894be16eca4b39adb8 (patch)
treebb903b21d77dd232d8d2d7bcf1fb90811969aff6 /config-joey.hs
parentff9647cf9de929b69727fde1e5370d2a483950f0 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index a7475edf..541d553c 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -363,7 +363,6 @@ standardContainer :: Docker.ContainerName -> DebianSuite -> Architecture -> Host
standardContainer name suite arch = Docker.container name (dockerImage system)
& os system
& Apt.stdSourcesList `onChange` Apt.upgrade
- & Apt.installed ["systemd"]
& Apt.unattendedUpgrades
& Apt.cacheCleaned
& Docker.tweaked