mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos/routnerr-2: lan0 can reach metered WANs
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
b101f2591d
commit
9fc73814f7
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue