nixos/libreswan: add missing runtime dependencies

This commit is contained in:
Martin Potier 2017-10-22 10:27:26 +03:00 committed by Robin Gloster
parent ad5b75dd71
commit ff562459cc

View File

@ -93,6 +93,9 @@ in
"${pkgs.libreswan}" "${pkgs.libreswan}"
"${pkgs.iproute}" "${pkgs.iproute}"
"${pkgs.procps}" "${pkgs.procps}"
"${pkgs.nssTools}"
"${pkgs.iptables}"
"${pkgs.nettools}"
]; ];
wants = [ "network-online.target" ]; wants = [ "network-online.target" ];