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 2015-12-26 16:50:37 +01:00 committed by Bjørn Forsman
parent bb288f43af
commit f16594e18b

View File

@ -138,6 +138,7 @@ in
findtime = 600
maxretry = 3
backend = systemd
enabled = true
'';
# Block SSH if there are too many failing connection attempts.