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