nixos/fail2ban: Enable jails by default

With jails defaulting to 'enabled = true', the sshd jail that NixOS
defines will now be enabled.

[Bjørn: tweak commit message]
This commit is contained in:
Svein Ove Aas
2016-01-04 21:52:32 +01:00
committed by Bjørn Forsman
parent bb288f43af
commit f16594e18b
@@ -138,6 +138,7 @@ in
findtime = 600
maxretry = 3
backend = systemd
enabled = true
'';
# Block SSH if there are too many failing connection attempts.