diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-02-03 18:42:13 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-02-03 18:42:13 -0500 |
commit | f69b9fb1519cbc1e4846187d108d10cd618b9ed8 (patch) | |
tree | 061a4b4fc630e41254b6a382bd29a7a6e88520e2 /modules | |
parent | b2a5a71f244dab3bfc8dae29532f729994d4bbc0 (diff) |
Switch mullvad server
Diffstat (limited to 'modules')
-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 2ef9e28..c78bd92 100644 --- a/modules/mullvad.nix +++ b/modules/mullvad.nix @@ -28,8 +28,8 @@ in listenPort = cfg.listenPort; peers = [ { - endpoint = "ca16-wireguard.mullvad.net:51820"; - publicKey = "eHHmvUwqIR2EQKxUM1i2HtiaNryOwGTjVP6K//HjRiY="; + endpoint = "no3-wireguard.mullvad.net:51820"; + publicKey = "zOBWmQ3BEOZKsYKbj4dC2hQjxCbr3eKa6wGWyEDYbC4="; allowedIPs = [ "0.0.0.0/0" "::0/0" ]; } ]; |