From b824604f59ebdf3c223b85282642aa5d94041213 Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 8 Sep 2022 10:53:41 +0200 Subject: [PATCH] Update Wireguard port --- modules/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/networking.nix b/modules/networking.nix index 9d50b01..b7fbc80 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -57,7 +57,7 @@ wireguardPeerConfig = { PublicKey = "GN8lqPBZYOulh6xD4GhkoEWI65HMMCpSxJSH5871YnU="; AllowedIPs = [ "0.0.0.0/0" ]; - Endpoint = "coolneng.duckdns.org:443"; + Endpoint = "coolneng.duckdns.org:1194"; }; }]; };