summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2018-10-31 08:29:29 -0400
committerJoey Hess2018-10-31 08:29:29 -0400
commit177a030c10603718b70f9fd8061d9447c8f25143 (patch)
tree06a806be3356cd0ea89b6b55a10ac50839fa9cea
parentf85116ac3f66cd6f4cfbb10527cc80cbc8c073c3 (diff)
propellor spin
-rw-r--r--joeyconfig.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index f2c68a9d..da9147a0 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -203,7 +203,7 @@ honeybee = host "honeybee.kitenet.net" $ props
& Apt.installed ["mtr-tiny", "iftop", "screen"]
& Postfix.satellite
- & check (not <$> inChroot) (undoRevertableProperty autobuilder)
+ & check (not <$> inChroot) (setupRevertableProperty autobuilder)
-- In case compiler needs more than available ram
& Apt.serviceInstalledRunning "swapspace"
where