Skip to content

Commit

Permalink
Remove resolved
Browse files Browse the repository at this point in the history
When tailscale and resolved run simulatenously, DNS resolution doesn't
work.  Despite this was suggested on the referenced GitHub issue,
enabling resolved just make things worse.
  • Loading branch information
wagdav committed Dec 20, 2024
1 parent 216427a commit 272ec92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/vpn.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@

{
services.tailscale.enable = true;
services.resolved.enable = true; # https://github.com/tailscale/tailscale/issues/4254
}

0 comments on commit 272ec92

Please sign in to comment.