From d8a2f9fa2117562bc77b14ec1819789da09ee831 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Mon, 14 Jul 2025 13:44:47 +0200 Subject: [PATCH] feat: update url for vpn --- hosts/goingmerry/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/goingmerry/configuration.nix b/hosts/goingmerry/configuration.nix index b96a642..f7ce6ff 100644 --- a/hosts/goingmerry/configuration.nix +++ b/hosts/goingmerry/configuration.nix @@ -322,7 +322,7 @@ publicKey = "GEX4m+MaTgiFJIusY8lAWkKji5WjzKmyMsSbCmBmHSQ="; presharedKeyFile = "/home/sprechtl/.wg-keys/psk"; allowedIPs = ["0.0.0.0/0" "::/0"]; - endpoint = "sprechtl.ddns.net:51820"; + endpoint = "sprechtl.me:51820"; persistentKeepalive = 25; } ];