summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGrisha Shipunov2025-01-11 03:44:38 +0100
committerGrisha Shipunov2025-01-11 03:44:38 +0100
commit595d4935de99cc2ff10be9eaddac498c7c38489f (patch)
tree8060e4f2410b6b4840d2365b17b5a39bc98fa993 /modules
parentbe4aa0015a439b72aa039883df226b0c5889362c (diff)
trust managment network
Diffstat (limited to 'modules')
-rw-r--r--modules/wg/mgmt.nix1
1 files changed, 1 insertions, 0 deletions
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";