diff --git a/nixos/routnerr-2/nftables.nix b/nixos/routnerr-2/nftables.nix index 4afcfcd..c26a557 100644 --- a/nixos/routnerr-2/nftables.nix +++ b/nixos/routnerr-2/nftables.nix @@ -31,7 +31,7 @@ let all_wans = with vars.interfaces; [ wan0 wwan0 ]; # LAN interfaces, segmented into trusted, limited, and untrusted groups. - metered_lans = with vars.interfaces; [ enp2s0 tengb0 ]; + metered_lans = with vars.interfaces; [ enp2s0 lan0 tengb0 ]; trusted_lans = with vars.interfaces; [ enp2s0 lan0 lab0 tengb0 wg0 ]; limited_lans = with vars.interfaces; [ guest0 ]; untrusted_lans = with vars.interfaces; [ iot0 ];