summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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