Pass libnftables.so.1 path into python script

This commit is contained in:
fi 2023-09-17 21:03:18 +02:00
parent 299d04142f
commit de66b5931c
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ in
after = [ "wireguard-wg0.service" ];
script = ''
${wireguard-nat-nftables}/bin/wireguard-nat-nftables.py ${config}
${wireguard-nat-nftables}/bin/wireguard-nat-nftables.py ${config} ${pkgs.nftables}/lib
'';
serviceConfig = {