feat: set tailscale exit to sjc ip

This commit is contained in:
Jet 2026-04-01 18:05:42 -07:00
parent 526498ce2a
commit 9260cbff20
No known key found for this signature in database

View file

@ -34,7 +34,7 @@
services.tailscale = { services.tailscale = {
enable = true; enable = true;
extraSetFlags = [ extraSetFlags = [
"--exit-node=us-sjc-wg-401.mullvad.ts.net" "--exit-node=100.66.72.23"
"--exit-node-allow-lan-access" "--exit-node-allow-lan-access"
]; ];
}; };