From 9248259708bd6ade5e334a2cdfb29d2a20acb0dd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 3 Oct 2022 17:15:36 +0200 Subject: ... --- hosts/surtr/vpn/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/surtr') diff --git a/hosts/surtr/vpn/default.nix b/hosts/surtr/vpn/default.nix index cad3b5b4..7f3065f7 100644 --- a/hosts/surtr/vpn/default.nix +++ b/hosts/surtr/vpn/default.nix @@ -143,9 +143,9 @@ in { serviceConfig = { Type = "oneshot"; RemainAfterExit = true; - ExecStop = "${pkgs.iproute}/bin/ip netns exec vpn ip link delete upstream"; + ExecStop = "${pkgs.iproute2}/bin/ip netns exec vpn ip link delete upstream"; }; - path = with pkgs; [ iproute procps ]; + path = with pkgs; [ iproute2 procps ]; script = '' ip netns exec vpn sysctl \ net.ipv6.conf.all.forwarding=1 \ -- cgit v1.2.3