From 2eebba8b7d114dd1b43287ab7f09d0d95f0ae953 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 30 Mar 2021 16:08:08 +0200 Subject: [PATCH] Change work VPN endpoint --- modules/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/networking.nix b/modules/networking.nix index 2139d47..9574867 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -39,7 +39,7 @@ { publicKey = "SYfPEKJkO3HaCiQdV/iionsS6CEjLcLt9C0x0Ib3tEU="; allowedIPs = [ "10.9.0.1/32" "10.0.1.0/24" ]; - endpoint = "coace.ddns.net:1194"; + endpoint = "coace.duckdns.org:1194"; persistentKeepalive = 25; } ];