Enable fail2ban on thrall

This commit is contained in:
Alexander Kobjolke 2022-03-16 18:59:39 +01:00
parent 3b1d972780
commit 052461ecc9

View file

@ -178,6 +178,12 @@
};
};
services.fail2ban = {
enable = true;
maxretry = 5;
ignoreIP = [ "127.0.0.0/8" "10.0.0.0/8" "192.168.0.0/16" ];
};
mailserver = {
enable = true;
fqdn = "thrall.failco.de";