nixos/libreswan: add missing runtime dependencies
This commit is contained in:
parent
ad5b75dd71
commit
ff562459cc
@ -93,6 +93,9 @@ in
|
||||
"${pkgs.libreswan}"
|
||||
"${pkgs.iproute}"
|
||||
"${pkgs.procps}"
|
||||
"${pkgs.nssTools}"
|
||||
"${pkgs.iptables}"
|
||||
"${pkgs.nettools}"
|
||||
];
|
||||
|
||||
wants = [ "network-online.target" ];
|
||||
|
Loading…
Reference in New Issue
Block a user