feat: add mullvad exit nodes

This commit is contained in:
Jet 2026-03-26 20:50:36 -07:00
parent f3d2b5b586
commit 3151b73ba9
No known key found for this signature in database

View file

@ -31,7 +31,13 @@
networking.firewall.checkReversePath = "loose"; networking.firewall.checkReversePath = "loose";
networking.firewall.interfaces."tailscale0".allowedTCPPorts = [ 4096 ]; networking.firewall.interfaces."tailscale0".allowedTCPPorts = [ 4096 ];
services.tailscale.enable = true; services.tailscale = {
enable = true;
extraSetFlags = [
"--exit-node=us-sjc-wg-401.mullvad.ts.net"
"--exit-node-allow-lan-access"
];
};
time.timeZone = "America/Los_Angeles"; time.timeZone = "America/Los_Angeles";
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";