summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/mullvad.nix16
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" ];
+ }
];
};
};