set use routing features for tailscale

This commit is contained in:
Leyla Becker 2025-02-24 12:06:38 -06:00
parent d4f3820e25
commit 70fb2d9be2
3 changed files with 3 additions and 0 deletions

View file

@ -161,6 +161,7 @@
tailscale = { tailscale = {
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";
}; };
}; };

View file

@ -62,6 +62,7 @@
tailscale = { tailscale = {
enable = true; enable = true;
authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/horizon".path; authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/horizon".path;
useRoutingFeatures = "client";
}; };
}; };

View file

@ -45,6 +45,7 @@
tailscale = { tailscale = {
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";
}; };
}; };
programs.steam = { programs.steam = {