home.router: fix vlans

This commit is contained in:
Franzi 2023-03-29 18:15:51 +02:00
parent 3c921e5d2e
commit 9b11e69a73
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -119,7 +119,7 @@ nodes['home.router'] = {
'radvd': { 'radvd': {
'interfaces': { 'interfaces': {
'enp1s0.1138': {}, 'enp1s0.1138': {},
'enp1s0.1138': {}, 'enp1s0.1139': {},
}, },
}, },
'postfix': { 'postfix': {
@ -139,7 +139,7 @@ nodes['home.router'] = {
}, },
'nftables-rules.d': { 'nftables-rules.d': {
'inet filter forward iifname enp1s0.1138 accept', 'inet filter forward iifname enp1s0.1138 accept',
'inet filter forward iifname enp1s0.1139 oif $INTERFACE accept', 'inet filter forward iifname enp1s0.1139 oifname $INTERFACE accept',
}, },
}, },
'unbound': { 'unbound': {