fail2ban service: add iproute to PATH

iproute is required for blocking via null routes; without it, rules
based on routes.conf will fail.

Closes #15638

authored by

Taeradan and committed by
Joachim Fasting
77028b1e 315101ac

+1 -1
+1 -1
nixos/modules/services/security/fail2ban.nix
··· 102 102 partOf = optional config.networking.firewall.enable "firewall.service"; 103 103 104 104 restartTriggers = [ fail2banConf jailConf ]; 105 - path = [ pkgs.fail2ban pkgs.iptables ]; 105 + path = [ pkgs.fail2ban pkgs.iptables pkgs.iproute ]; 106 106 107 107 preStart = 108 108 ''