From eb0e7b44e6abbf5b4afe16cb046a4cf565175e3e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 17 Apr 2019 15:48:02 -0400 Subject: propellor spin --- joeyconfig.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'joeyconfig.hs') 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 -- cgit v1.2.3