From 6772b3da9c64eb04230a6e3d6cabca419ff2ba32 Mon Sep 17 00:00:00 2001 From: Lucy Hochkamp Date: Tue, 2 Apr 2024 18:14:01 +0200 Subject: [PATCH] a --- nixos-modules/services/tailscale-openvpn.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''