ihome.nas: disable ipv6 on avahi to try to mitigate intermittent problems

This commit is contained in:
Franzi 2025-01-05 10:46:51 +01:00
parent d27c42d51a
commit f67de1ea1b
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 8 additions and 2 deletions

View file

@ -56,6 +56,9 @@ nodes['home.nas'] = {
# systemctl start yate
},
},
'avahi-daemon': {
'use-ipv6': False, # because having a dynamic address confuses the network somehow
},
'backups': {
'paths': {
'/storage/nas/Audiobooks',