From cad90372d4f23bf297d7f57cbb53ff801a4c0b06 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sun, 21 Jan 2024 12:11:52 +0100 Subject: [PATCH] replace wireguard endpoint domain name --- nixos/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/default.nix b/nixos/default.nix index 447e21a..da2ad67 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -129,7 +129,7 @@ autostart = false; peers = [{ presharedKeyFile = config.age.secrets.wg-quick-home-preshared-key.path; - endpoint = "wg.geokunis2.nl:51820"; + endpoint = "wg.kun.is:51820"; publicKey = "fa3mQ7ximJbH7cu2ZbWidto5xBGxEEfWvCCiUDk00Hg="; allowedIPs = [ "0.0.0.0/0" "::/0" ]; }]; @@ -142,7 +142,7 @@ autostart = false; peers = [{ presharedKeyFile = config.age.secrets.wg-quick-home-preshared-key.path; - endpoint = "wg.geokunis2.nl:51820"; + endpoint = "wg.kun.is:51820"; publicKey = "fa3mQ7ximJbH7cu2ZbWidto5xBGxEEfWvCCiUDk00Hg="; allowedIPs = [ "0.0.0.0/0" "::/0" ]; }];