nix/services/fail2ban.nix
2023-07-04 15:37:53 +09:00

5 lines
No EOL
74 B
Nix

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