added advertise-exit-node flags to tailscale
This commit is contained in:
parent
79c130dc4b
commit
500cbc213c
|
@ -162,6 +162,7 @@
|
|||
enable = true;
|
||||
authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/defiant".path;
|
||||
useRoutingFeatures = "server";
|
||||
extraUpFlags = ["--advertise-exit-node"];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
enable = true;
|
||||
authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/twilight".path;
|
||||
useRoutingFeatures = "both";
|
||||
extraUpFlags = ["--advertise-exit-node"];
|
||||
};
|
||||
};
|
||||
programs.steam = {
|
||||
|
|
Loading…
Reference in a new issue