Skip to content

Commit b21b7e3

Browse files
derp
1 parent 6613ed7 commit b21b7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/nixos-modules/routers/border.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ in
244244
type filter hook input priority filter;
245245
policy drop;
246246
# Show internal traffic (To the router only via the management net)
247-
iifname { bridge103 backdoor0 } accept;
247+
iifname { bridge103, backdoor0 } accept;
248248
# Allow traffic from Owen's network
249249
ip6 saddr 2620:0:930::/48 accept;
250250
# Existing Flows

0 commit comments

Comments
 (0)