tailscale: advertise as exit node
This commit is contained in:
parent
06e9448970
commit
23f411e834
1 changed files with 3 additions and 0 deletions
|
|
@ -2,4 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
services.tailscale.extraSetFlags = [
|
||||||
|
"--advertise-exit-node"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue