diff options
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/modules/homelab/core/ssh.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; } |
