nixos/libreswan: add missing runtime dependencies
This commit is contained in:
parent
ad5b75dd71
commit
ff562459cc
@ -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" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user