services.fail2ban.extraPackages

NixOS option

Extra packages to be made available to the fail2ban service. The example contains the packages needed by the iptables-ipset-proto6 action.

type: list of package
Default
[ ]
Example
[ pkgs.ipset ]
declared in: nixos/modules/services/security/fail2ban.nixView source on NixOS/nixpkgs →