Add fail2ban

This commit is contained in:
ktkk 2025-10-20 17:55:36 +00:00
parent de6e1cb168
commit deefa3b1d9
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, config, ... }:
{
services.fail2ban = {
enable = true;
};
}