ihome.nas: disable ipv6 on avahi to try to mitigate intermittent problems
This commit is contained in:
parent
d27c42d51a
commit
f67de1ea1b
3 changed files with 8 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue