From f7be44260079b3ec5ff7fab2924ec1a4271e6cc8 Mon Sep 17 00:00:00 2001 From: Carlos Sosa Date: Sat, 14 Jul 2018 23:56:45 -0700 Subject: propellor spin --- config-simple.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config-simple.hs') diff --git a/config-simple.hs b/config-simple.hs index fc8c056e..26d1f73b 100644 --- a/config-simple.hs +++ b/config-simple.hs @@ -55,6 +55,7 @@ wolverine = host "wolverine.rodere.systems" $ props marmot :: Host marmot = host "marmot.rodere.systems" $ props & standardSystem (Stable "stretch") X86_64 ["Welcome to Marmot"] + & Apt.installed ["cgit", "nginx", "fcgiwrap"] -- Woodmouse is a minimal workbench server -- Stable @@ -91,7 +92,7 @@ standardSystemUnhardened suite arch motd = propertyList "standard system" $ prop & User.accountFor (User "gnusosa") & User.hasSomePassword (User "gnusosa") & Sudo.enabledFor (User "gnusosa") - & Cron.runPropellor (Cron.Times "30 * * * *") + & Cron.runPropellor (Cron.Times "20 * * * *") -- I don't care for Exim & Apt.removed ["exim4", "exim4-daemon-light", "exim4-config", "exim4-base"] `onChange` Apt.autoRemove -- cgit v1.3-2-g0d8e