modules/network: let dns traffic passthrough dae
This commit is contained in:
parent
a36fd4794c
commit
0fa0d8d75c
5 changed files with 3438 additions and 722 deletions
|
@ -24,10 +24,9 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
# Enable Tailscale
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
extraUpFlags = [ "--accept-dns=false" ];
|
||||
extraUpFlags = [ "--accept-routes" ];
|
||||
};
|
||||
# services.tailscale.useRoutingFeatures = "both";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue