From 245d5bc498c9a193c004e079c79b06b067a2d55d Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Sat, 28 Oct 2023 17:34:55 +0200 Subject: [PATCH] fail2ban: use nftables --- modules/fail2ban.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/fail2ban.nix b/modules/fail2ban.nix index 330da9f..b563f90 100644 --- a/modules/fail2ban.nix +++ b/modules/fail2ban.nix @@ -14,7 +14,7 @@ tor = '' enabled = true bantime = 25h - action = iptables-allports[name=fail2banTOR, protocol=all] + action = nftables-allports ''; dovecot = '' enabled = true