From 413f16fb6feb45220015a16eec76d098d1ba2d26 Mon Sep 17 00:00:00 2001 From: lucalise Date: Wed, 4 Feb 2026 21:14:36 -0800 Subject: [PATCH] fix: remove firewall configuration --- nix/modules/networking/wireguard-mesh.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nix/modules/networking/wireguard-mesh.nix b/nix/modules/networking/wireguard-mesh.nix index 3445166..7959cb9 100644 --- a/nix/modules/networking/wireguard-mesh.nix +++ b/nix/modules/networking/wireguard-mesh.nix @@ -65,10 +65,9 @@ in }; }; - networking.firewall = { - allowedUDPPorts = [ 51820 ]; - trustedInterfaces = [ "wg0" ]; - }; + # networking.firewall = { + # allowedUDPPorts = [ 51820 ]; + # }; systemd.tmpfiles.rules = [ "d /etc/wireguard 0700 root root -"