modules/network: let dns traffic passthrough dae

This commit is contained in:
xinyangli 2025-05-08 17:37:09 +08:00
parent a36fd4794c
commit 0fa0d8d75c
No known key found for this signature in database
5 changed files with 3438 additions and 722 deletions

View file

@ -24,10 +24,9 @@ in
};
};
# Enable Tailscale
services.tailscale = {
enable = true;
extraUpFlags = [ "--accept-dns=false" ];
extraUpFlags = [ "--accept-routes" ];
};
# services.tailscale.useRoutingFeatures = "both";