homeassistant: use correct network interface
This commit is contained in:
parent
182cdada22
commit
9be31b8850
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ else:
|
||||||
users = {
|
users = {
|
||||||
'homeassistant': {
|
'homeassistant': {
|
||||||
'home': '/var/opt/homeassistant',
|
'home': '/var/opt/homeassistant',
|
||||||
|
"groups": ["dialout"],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ groups = [
|
||||||
"debian-bookworm",
|
"debian-bookworm",
|
||||||
]
|
]
|
||||||
|
|
||||||
[metadata.interfaces.enp1s0]
|
[metadata.interfaces.enp7s0]
|
||||||
ips = [
|
ips = [
|
||||||
"172.19.164.3/24",
|
"172.19.164.3/24",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue