From f93f626d04970ab6f3db7744e65ab70d88ecb12e Mon Sep 17 00:00:00 2001 From: triethyl Date: Tue, 16 Sep 2025 10:23:36 -0400 Subject: homelab: added fail2ban to ssh --- nixos/modules/homelab/core/ssh.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/homelab') diff --git a/nixos/modules/homelab/core/ssh.nix b/nixos/modules/homelab/core/ssh.nix index 9995b1c..8cbfc70 100644 --- a/nixos/modules/homelab/core/ssh.nix +++ b/nixos/modules/homelab/core/ssh.nix @@ -13,5 +13,6 @@ in { PasswordAuthentication = false; }; }; + services.fail2ban.enable = true; }; } -- cgit v1.2.3