From bee3835027f38300148829bd2ebfd3d28750b570 Mon Sep 17 00:00:00 2001 From: Lucy Hochkamp Date: Tue, 2 Apr 2024 16:34:32 +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 91175f8c..508878b7 100644 --- a/nixos-modules/services/tailscale-openvpn.nix +++ b/nixos-modules/services/tailscale-openvpn.nix @@ -52,7 +52,7 @@ with lib; config = { services.openvpn.servers.${name} = { config = '' - config ${cfg.config.${name}} + config /host${cfg.config.${name}} ''; up = "echo nameserver $nameserver | ${pkgs.openresolv}/sbin/resolvconf -m 0 -a $dev"; down = "${pkgs.openresolv}/sbin/resolvconf -d $dev";