diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-08-31 17:49:12 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-08-31 17:49:12 -0400 |
| commit | 9eca0a9db77477f7a80ffb08ecd871c03362930b (patch) | |
| tree | c15bddf7a16ebe29b91c978afc445944f37778e1 | |
| parent | 3962a495c12fd26d354f6741a436e8fd6f7c0756 (diff) | |
propellor spin
| -rw-r--r-- | joeyconfig.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 01311c3f..f6a6926d 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -469,7 +469,7 @@ keysafe = host "keysafe.joeyh.name" $ props & Apt.serviceInstalledRunning "swapspace" & Cron.runPropellor (Cron.Times "30 * * * *") & Apt.installed ["etckeeper", "sudo"] - & Apt.removed ["nfs-common", "exim4", "rsyslog", "acpid", "rpcbind"] + & Apt.removed ["nfs-common", "exim4", "exim4-base", "exim4-daemon-light", "rsyslog", "acpid", "rpcbind"] & User.hasSomePassword (User "root") & User.accountFor (User "joey") |
