From 00e1358f57a78fdb9153d5e6e77d817c38d7ec77 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 14 Aug 2025 19:29:38 -0500 Subject: [PATCH] container networking? --- system-config/configuration/homebox/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-config/configuration/homebox/default.nix b/system-config/configuration/homebox/default.nix index 549b892..ba67a4c 100644 --- a/system-config/configuration/homebox/default.nix +++ b/system-config/configuration/homebox/default.nix @@ -99,7 +99,7 @@ nftables = {}; nat = { enable = true; - internalInterfaces = [ "ve-+" ]; + internalInterfaces = [ "ve-*" ]; externalInterface = "enp6s0"; }; };