From 2fed80cdb26ec8f0dab72471dc22f3b3e355474b Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 19 Feb 2026 19:12:28 -0500 Subject: [PATCH] firewall: trust wg-br interface --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index a181410..7ba9c5e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -201,6 +201,7 @@ hostName = hostname; hostId = "0f712d56"; firewall.enable = true; + firewall.trustedInterfaces = [ "wg-br" ]; useDHCP = false; enableIPv6 = false;