Former-commit-id: 154c21859d
This commit is contained in:
Hadi
2024-06-21 13:58:14 +02:00
parent 9aa13777c5
commit 5849179d0b
17 changed files with 20 additions and 20 deletions
+8
View File
@@ -0,0 +1,8 @@
# Firewall & fail2ban
{
networking.firewall.enable = true;
services.fail2ban = {
enable = true;
maxretry = 5;
};
}