kunsi-p14s: create network bridge for ethernet interfaces

This commit is contained in:
Franzi 2022-03-11 08:56:02 +01:00
parent 93351340d0
commit 29f7aef27a
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -34,10 +34,7 @@ nodes['kunsi-p14s'] = {
},
},
'interfaces': {
'enp2s0f0': {
'dhcp': True,
},
'enp5s0': {
'br0': {
'dhcp': True,
},
# there is also wlp3s0, but that's managed by netctl
@ -127,6 +124,16 @@ nodes['kunsi-p14s'] = {
},
},
},
'systemd-networkd': {
'bridges': {
'br0': {
'match': {
'enp2s0f0',
'enp5s0',
},
},
},
},
'timezone': 'Europe/Berlin',
'users': {
'kunsi': {