fix some leftover ULA addressing

This commit is contained in:
Franzi 2024-02-29 07:40:36 +01:00
parent b34879d0ca
commit ffc9c1651c
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
nodes['home.downloadhelper'] = {
'hostname': 'fd90:2017:0:1138::27',
'hostname': '172.19.138.27',
'bundles': {
'nfs-client',
'transmission',
@ -52,7 +52,6 @@ nodes['home.downloadhelper'] = {
},
'restrict-to': {
'172.19.136.0/22',
'fd90:2017::/32',
},
},
},

View File

@ -1,5 +1,5 @@
nodes['home.paperless'] = {
'hostname': 'fd90:2017:0:1138::29',
'hostname': '172.19.138.29',
'bundles': {
'nfs-client',
'nodejs',