From e6d92eb56b8d254d47f8fc8ecaebbb9748d542fd Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Thu, 5 Jan 2023 14:58:02 +0000 Subject: [PATCH] nixos/estuary: Fix ixps nftables config (smh my head) --- nixos/boxes/colony/vms/estuary/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nixos/boxes/colony/vms/estuary/default.nix b/nixos/boxes/colony/vms/estuary/default.nix index a85236e..ab055ac 100644 --- a/nixos/boxes/colony/vms/estuary/default.nix +++ b/nixos/boxes/colony/vms/estuary/default.nix @@ -384,14 +384,13 @@ in } chain forward { - iifname wan oifname base jump filter-routing - iifname ixps oifname base jump filter-routing - oifname ixps jump ixp + iifname { wan, $ixps } oifname base jump filter-routing + oifname $ixps jump ixp oifname as211024 accept } chain output { oifname ifog ether type != vlan reject - oifname ixps jump ixp + oifname $ixps jump ixp } } table inet nat {