diff options
-rw-r--r-- | modules/mullvad.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mullvad.nix b/modules/mullvad.nix index 07f7679..e59a1a2 100644 --- a/modules/mullvad.nix +++ b/modules/mullvad.nix @@ -29,8 +29,8 @@ in peers = [ # Oslo { - endpoint = "no-svg-wg-004.relays.mullvad.net:51820"; - publicKey = "Fu98PLCZw/FTcQqyTy0vzaepkfxuSLAah7wnafGVO1g="; + endpoint = "no4-wireguard.relays.mullvad.net:51820"; + publicKey = "veeEoYS9a2T6K8WMs/MvRCdNJG580XbhnLfbFjp3B0M="; allowedIPs = [ "0.0.0.0/0" "::0/0" ]; } # NYC |