Strongswan: updown script uses ip and iptables utilities

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