Strongswan: updown script uses ip and iptables utilities

+1 -1
+1 -1
nixos/modules/services/networking/strongswan.nix
··· 118 systemd.services.strongswan = { 119 description = "strongSwan IPSec Service"; 120 wantedBy = [ "multi-user.target" ]; 121 - path = with pkgs; [ kmod ]; # XXX Linux 122 wants = [ "keys.target" ]; 123 after = [ "network.target" "keys.target" ]; 124 environment = {
··· 118 systemd.services.strongswan = { 119 description = "strongSwan IPSec Service"; 120 wantedBy = [ "multi-user.target" ]; 121 + path = with pkgs; [ kmod iproute iptables utillinux ]; # XXX Linux 122 wants = [ "keys.target" ]; 123 after = [ "network.target" "keys.target" ]; 124 environment = {