nixos-config/modules/fail2ban/default.nix
2025-10-20 17:55:36 +00:00

7 lines
76 B
Nix

{ pkgs, config, ... }:
{
services.fail2ban = {
enable = true;
};
}