From 3129e765282590890eeb71bfda6d00ec9c5015c4 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Tue, 24 Jan 2023 19:57:55 +0000 Subject: [PATCH] fix: wireguard is going to work on 8000 now --- machines/ash.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/ash.nix b/machines/ash.nix index cb01ce9..4488540 100644 --- a/machines/ash.nix +++ b/machines/ash.nix @@ -60,7 +60,7 @@ in { firewall = { allowedTCPPorts = [22]; - allowedUDPPorts = [51820]; + allowedUDPPorts = [8000]; interfaces.wg0 = { allowedTCPPorts = [53]; allowedUDPPorts = [53]; @@ -70,7 +70,7 @@ in { wireguard.interfaces.wg0 = { # may need to change this to the same base as the full network ips = ["172.20.21.0/24"]; - listenPort = 51820; + listenPort = 8000; privateKeyFile = "/run/agenix/wireguard"; peers = [