summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-01-21 22:48:44 -0400
committerJoey Hess2015-01-21 22:49:03 -0400
commit88082c729344a48dd060826c1f74c486c1d91ac8 (patch)
tree616d3a1ab33521ddbcde287b98a295c446a5e83b /config-joey.hs
parent0a2a553d31fbb3c449ba30a395676241d193d478 (diff)
Added systemd configuration properties.
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 83839489..89e94192 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -145,6 +145,7 @@ kite = standardSystemUnhardened "kite.kitenet.net" Testing "amd64"
& Apt.unattendedUpgrades
& Systemd.installed
& Systemd.persistentJournal
+ & Systemd.journaldConfigured "SystemMaxUse" "500M"
& Ssh.passwordAuthentication True
-- Since ssh password authentication is allowed:
& Apt.serviceInstalledRunning "fail2ban"