diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-12-10 11:52:04 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-12-10 11:52:04 -0500 |
commit | c2b9ec957cc231033fde072cc4a4281527b5787e (patch) | |
tree | 3fbe6586dd1309d4008501df17a5e41df1146222 | |
parent | e34a33279b05a08309e7740925a7d059e9729b3f (diff) |
update
-rw-r--r-- | modules/mullvad.nix | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/modules/mullvad.nix b/modules/mullvad.nix index e59a1a2..3350bcc 100644 --- a/modules/mullvad.nix +++ b/modules/mullvad.nix @@ -28,17 +28,17 @@ in listenPort = cfg.listenPort; peers = [ # Oslo - { - endpoint = "no4-wireguard.relays.mullvad.net:51820"; - publicKey = "veeEoYS9a2T6K8WMs/MvRCdNJG580XbhnLfbFjp3B0M="; - allowedIPs = [ "0.0.0.0/0" "::0/0" ]; - } - # NYC # { - # endpoint = "us276-wireguard.mullvad.net:51820"; - # publicKey = "4oR0oc3cyktCoQ1eygZ/EZeCNeI6eQnQJNRuBmRne2Q="; + # endpoint = "no4-wireguard.relays.mullvad.net:51820"; + # publicKey = "veeEoYS9a2T6K8WMs/MvRCdNJG580XbhnLfbFjp3B0M="; # allowedIPs = [ "0.0.0.0/0" "::0/0" ]; # } + # NYC + { + endpoint = "us276-wireguard.mullvad.net:51820"; + publicKey = "4oR0oc3cyktCoQ1eygZ/EZeCNeI6eQnQJNRuBmRne2Q="; + allowedIPs = [ "0.0.0.0/0" "::0/0" ]; + } ]; }; }; |