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"; }; };