summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2019-04-17 15:48:02 -0400
committerJoey Hess2019-04-17 15:48:02 -0400
commiteb0e7b44e6abbf5b4afe16cb046a4cf565175e3e (patch)
tree8b77278f140ead29d0c7382c5902ecb26baca4af /joeyconfig.hs
parent2420f200f0322b6fd1eea2b7e12ee15d56bfcef1 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index df03c794..416b7d55 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -203,7 +203,8 @@ honeybee = host "honeybee.kitenet.net" $ props
& Apt.installed ["mtr-tiny", "iftop", "screen"]
& Postfix.satellite
- & check (not <$> inChroot) (setupRevertableProperty autobuilder)
+ & check (not <$> hasContainerCapability Systemd.FilesystemContained)
+ (setupRevertableProperty autobuilder)
-- In case compiler needs more than available ram
& Apt.serviceInstalledRunning "swapspace"
where