forked from nico/dots
tailscale: set routering to server
allows IP forwarding which is essential when using tailscale as an exit node
This commit is contained in:
parent
ccd5e9a5de
commit
0e85f91790
1 changed files with 1 additions and 0 deletions
|
|
@ -5,4 +5,5 @@
|
||||||
services.tailscale.extraSetFlags = [
|
services.tailscale.extraSetFlags = [
|
||||||
"--advertise-exit-node"
|
"--advertise-exit-node"
|
||||||
];
|
];
|
||||||
|
services.tailscale.useRoutingFeatures = "server";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue