summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2016-08-31 17:44:10 -0400
committerJoey Hess2016-08-31 17:44:10 -0400
commita8cee95e94b901ea4de4bf3be51820c4fe97dd37 (patch)
tree77125a8e574c0b98996cadd3fc6e22d474dd3ff2 /joeyconfig.hs
parent1b4ce46fa0f6eb57768558f57b268e38890fbaf5 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index c1b2bee4..0888d425 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -469,6 +469,7 @@ keysafe = host "keysafe.joeyh.name" $ props
& Apt.serviceInstalledRunning "swapspace"
& Cron.runPropellor (Cron.Times "30 * * * *")
& Apt.installed ["etckeeper", "sudo"]
+ & Apt.removed ["nfs-common", "exim", "rsyslogd", "acpid", "rpcbind"]
& User.hasSomePassword (User "root")
& User.accountFor (User "joey")