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

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
1 changed files with 21 additions and 6 deletions

View File

@ -36,14 +36,11 @@ nodes['kunsi-p14s'] = {
},
},
'interfaces': {
'enp2s0f0': {
'br0': {
#'ips': {'10.73.100.103/16'},
#'gateway4': '10.73.0.254',
'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
},
'nfs-client': {
@ -108,6 +105,14 @@ nodes['kunsi-p14s'] = {
'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': {
'default': 'arch-lts',
'entries': {
@ -136,6 +141,16 @@ nodes['kunsi-p14s'] = {
},
},
},
'systemd-networkd': {
'bridges': {
'br0': {
'match': {
'enp2s0f0',
'enp5s0',
},
},
},
},
'timezone': 'Europe/Berlin',
'users': {
'kunsi': {