diff options
Diffstat (limited to 'config-simple.hs')
| -rw-r--r-- | config-simple.hs | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
