From 5ad5aff5e8a6f8419bb61ad7ec7f238ca0ad913a Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 20 Jan 2026 14:05:02 -0500 Subject: [PATCH] ssh: add fail2ban --- services/ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/ssh.nix b/services/ssh.nix index 9f15931..82f2594 100644 --- a/services/ssh.nix +++ b/services/ssh.nix @@ -33,4 +33,5 @@ users.users.root.openssh.authorizedKeys.keys = config.users.users.${username}.openssh.authorizedKeys.keys; + services.fail2ban.enable = true; }