more tailscale changes

This commit is contained in:
William 2024-09-23 15:16:11 -03:00
parent 1e1079d102
commit 2f62d64544
3 changed files with 6 additions and 5 deletions

View file

@ -1,5 +1,8 @@
{ ... }:
{
services.tailscale.extraSetFlags = [ "--advertise-exit-node" ];
services.tailscale = {
extraSetFlags = [ "--advertise-exit-node" ];
useRoutingFeatures = "server";
};
}