chore(tf): tailscale updates

This commit is contained in:
arcnmx 2024-09-05 17:24:09 -07:00
parent 32e9778772
commit 2340ca381d
7 changed files with 18 additions and 17 deletions

View file

@ -88,7 +88,7 @@ in {
fi
# otherwise authenticate with tailscale
${getExe tailscale} up ${advertiseExitNode} -authkey $(cat ${config.sops.secrets.tailscale-key.path})
${getExe tailscale} up --accept-dns=false ${advertiseExitNode} -authkey $(cat ${config.sops.secrets.tailscale-key.path})
'';
};
};