Greetings team!
I love tailscale and recently started messing around with “MagicDNS”. It seems to work, well, magically on most of my machines (macOS and raspbian/linux). However, I have 2 machines in my network running NixOS and tailscale seems to be unable to automatically configure the DNS resolver.
As a workaround, I’ve manually set:
networking.nameservers = [ "100.100.100.100" ];
networking.search = [ "walkah.net.beta.tailscale.net" ];
It looks like this might be a related issue: DNS reconfig fails when using systemd implementation of resolvconf · Issue #631 · tailscale/tailscale · GitHub
Is this in fact a known bug or something i’ve done wrong? (if known, does that look like a reasonable workaround?)
Thanks!
Tailscale version: 1.4.4
Your operating system & version: NixOS unstable