Strongswan: updown script uses ip and iptables utilities

This commit is contained in:
Igor Pashev 2014-12-22 20:32:56 +01:00
parent 9bbe674927
commit 2b91b9b594

View File

@ -118,7 +118,7 @@ in
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 = {