diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-02-03 19:08:22 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-02-03 19:14:29 -0500 |
commit | 5b7c68d2351dff3b9e716759faa896c340885645 (patch) | |
tree | 730c0d3d1ec5391d52887b9833a03f0f39489c2b /modules | |
parent | f69b9fb1519cbc1e4846187d108d10cd618b9ed8 (diff) |
Mullvad settings
Diffstat (limited to 'modules')
-rw-r--r-- | modules/mullvad.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/mullvad.nix b/modules/mullvad.nix index c78bd92..8297bca 100644 --- a/modules/mullvad.nix +++ b/modules/mullvad.nix @@ -23,13 +23,13 @@ in enable = true; interfaces.mullvad = { privateKeyFile = "/opt/secret/wireguard/mullvad.private"; - ips = [ "10.70.90.245/32" "fc00:bbbb:bbbb:bb01::7:5af4/128" ]; + ips = [ "10.64.108.10/32" "fc00:bbbb:bbbb:bb01::1:6c09/128" ]; allowedIPsAsRoutes = false; listenPort = cfg.listenPort; peers = [ { - endpoint = "no3-wireguard.mullvad.net:51820"; - publicKey = "zOBWmQ3BEOZKsYKbj4dC2hQjxCbr3eKa6wGWyEDYbC4="; + endpoint = "ca16-wireguard.mullvad.net:51820"; + publicKey = "eHHmvUwqIR2EQKxUM1i2HtiaNryOwGTjVP6K//HjRiY="; allowedIPs = [ "0.0.0.0/0" "::0/0" ]; } ]; |