feat: add mullvad exit nodes
This commit is contained in:
parent
f3d2b5b586
commit
3151b73ba9
1 changed files with 7 additions and 1 deletions
|
|
@ -31,7 +31,13 @@
|
|||
networking.firewall.checkReversePath = "loose";
|
||||
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";
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue