summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/mullvad.nix11
1 files changed, 9 insertions, 2 deletions
diff --git a/modules/mullvad.nix b/modules/mullvad.nix
index 799fca9..55789f1 100644
--- a/modules/mullvad.nix
+++ b/modules/mullvad.nix
@@ -27,11 +27,18 @@ in
allowedIPsAsRoutes = false;
listenPort = cfg.listenPort;
peers = [
+ # Oslo
{
- endpoint = "us276-wireguard.mullvad.net:51820";
- publicKey = "4oR0oc3cyktCoQ1eygZ/EZeCNeI6eQnQJNRuBmRne2Q=";
+ endpoint = "no-svg-wg-004.relays.mullvad.net";
+ publicKey = "Fu98PLCZw/FTcQqyTy0vzaepkfxuSLAah7wnafGVO1g=";
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" ];
+ # }
];
};
};