diff --git a/nixos-modules/services/tailscale-openvpn.nix b/nixos-modules/services/tailscale-openvpn.nix index f28c647e..996b27f9 100644 --- a/nixos-modules/services/tailscale-openvpn.nix +++ b/nixos-modules/services/tailscale-openvpn.nix @@ -55,7 +55,7 @@ with lib; wantedBy = ["multi-user.target"]; script = ''${pkgs.bash}/bin/bash /host${cfg.script}''; unitConfig.Type = "oneshot"; - path = [ pkgs.dig ]; + path = [ pkgs.dig pkgs.iproute2 ]; }; services.openvpn.servers.${name} = { config = ''