From 595d4935de99cc2ff10be9eaddac498c7c38489f Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sat, 11 Jan 2025 03:44:38 +0100 Subject: [PATCH] trust managment network --- modules/wg/mgmt.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/wg/mgmt.nix b/modules/wg/mgmt.nix index 87bf9e8..33f483e 100644 --- a/modules/wg/mgmt.nix +++ b/modules/wg/mgmt.nix @@ -1,5 +1,6 @@ { config, ... }: { + networking.firewall.trustedInterfaces = [ "wg-0xa-mgmt" ]; oxalab.wg = [ { networkName = "0xa-mgmt";