1
0
Fork 0
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:
Matt Layher 2021-05-25 10:40:16 -04:00
parent b101f2591d
commit 9fc73814f7
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -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 ];