From 32861ee048e501c2df76defe6f0ed4006a4c8d8a Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 19 Feb 2026 18:27:48 -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 a497b7d..de230d5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -232,6 +232,7 @@ hostId = "0f712d56"; firewall.enable = true; firewall.trustedInterfaces = [ "wg-br" ]; + firewall.trustedInterfaces = [ "wg-br" ]; useDHCP = false; enableIPv6 = false;