From a4648436805948f9b0306f2b5d86c4722571608b Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 24 Sep 2022 14:19:58 +0200 Subject: [PATCH] VEGAS/wireguard-server: switch port --- hosts/VEGAS/services/wireguard-server/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/VEGAS/services/wireguard-server/default.nix b/hosts/VEGAS/services/wireguard-server/default.nix index a586874..c38436d 100644 --- a/hosts/VEGAS/services/wireguard-server/default.nix +++ b/hosts/VEGAS/services/wireguard-server/default.nix @@ -12,7 +12,7 @@ in networking = { firewall = { - allowedUDPPorts = [ 43 ]; + allowedUDPPorts = [ 123 ]; }; nat.internalIPs = [ @@ -23,7 +23,7 @@ in enable = true; interfaces.wgstorm = { ips = [ "10.100.0.1/24" ]; - listenPort = 43; + listenPort = 123; privateKeyFile = config.age.secrets.wireguard-key-storm.path; peers = [ {