From 3962a495c12fd26d354f6741a436e8fd6f7c0756 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 31 Aug 2016 17:46:21 -0400 Subject: propellor spin --- joeyconfig.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joeyconfig.hs b/joeyconfig.hs index 0888d425..01311c3f 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", "exim", "rsyslogd", "acpid", "rpcbind"] + & Apt.removed ["nfs-common", "exim4", "rsyslog", "acpid", "rpcbind"] & User.hasSomePassword (User "root") & User.accountFor (User "joey") -- cgit v1.3-2-g0d8e