kunsi-p14s: reinstate bridge, try disabling ipv6 on wifi
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2022-04-30 09:10:14 +02:00
parent b9da0221bc
commit 3d2a97851b
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -36,14 +36,11 @@ nodes['kunsi-p14s'] = {
}, },
}, },
'interfaces': { 'interfaces': {
'enp2s0f0': { 'br0': {
#'ips': {'10.73.100.103/16'},
#'gateway4': '10.73.0.254',
'dhcp': True, 'dhcp': True,
}, },
'enp5s0': {
'ips': {'10.73.100.103/16'},
'gateway4': '10.73.0.254',
#'dhcp': True,
},
# there is also wlp3s0, but that's managed by netctl # there is also wlp3s0, but that's managed by netctl
}, },
'nfs-client': { 'nfs-client': {
@ -108,6 +105,14 @@ nodes['kunsi-p14s'] = {
'xf86-input-wacom': {}, 'xf86-input-wacom': {},
}, },
}, },
'sysctl': {
'options': {
# XXX temp, try to find out why the system randomly
# hangs when using wifi, but only after suspending or
# switching from ethernet.
'net.ipv6.conf.wlp3s0.disable_ipv6': '1',
},
},
'systemd-boot': { 'systemd-boot': {
'default': 'arch-lts', 'default': 'arch-lts',
'entries': { 'entries': {
@ -136,6 +141,16 @@ nodes['kunsi-p14s'] = {
}, },
}, },
}, },
'systemd-networkd': {
'bridges': {
'br0': {
'match': {
'enp2s0f0',
'enp5s0',
},
},
},
},
'timezone': 'Europe/Berlin', 'timezone': 'Europe/Berlin',
'users': { 'users': {
'kunsi': { 'kunsi': {