undo changes made by 002e2d3e as it disables magicdns

This commit is contained in:
wi11-holdsworth 2025-08-14 16:42:59 +10:00
parent b77e96d980
commit 8e779680d5

View file

@ -11,7 +11,7 @@ in
services.tailscale = { services.tailscale = {
enable = true; enable = true;
extraSetFlags = [ extraSetFlags = [
"--accept-dns=false" "--accept-dns=true"
]; ];
}; };