homeassistant: use correct network interface

This commit is contained in:
Sophie Schiller 2024-06-22 00:51:33 +02:00
parent 182cdada22
commit 9be31b8850
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@ else:
users = {
'homeassistant': {
'home': '/var/opt/homeassistant',
"groups": ["dialout"],
},
}

View file

@ -8,7 +8,7 @@ groups = [
"debian-bookworm",
]
[metadata.interfaces.enp1s0]
[metadata.interfaces.enp7s0]
ips = [
"172.19.164.3/24",
]