From 7eda91e4dfe557101ee7712946f676f1d5de96dc Mon Sep 17 00:00:00 2001 From: Lucy Hochkamp Date: Tue, 2 Apr 2024 18:16:26 +0200 Subject: [PATCH] a --- nixos-modules/services/tailscale-openvpn.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos-modules/services/tailscale-openvpn.nix b/nixos-modules/services/tailscale-openvpn.nix index 996b27f9..7676c339 100644 --- a/nixos-modules/services/tailscale-openvpn.nix +++ b/nixos-modules/services/tailscale-openvpn.nix @@ -51,6 +51,7 @@ with lib; "/run/agenix.d" = { hostPath = "/run/agenix.d"; isReadOnly = true; }; }; config = { + networking.nameservers = [ "9.9.9.9" ]; systemd.services.ovpnScript = { wantedBy = ["multi-user.target"]; script = ''${pkgs.bash}/bin/bash /host${cfg.script}'';