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 = { users = {
'homeassistant': { 'homeassistant': {
'home': '/var/opt/homeassistant', 'home': '/var/opt/homeassistant',
"groups": ["dialout"],
}, },
} }

View file

@ -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",
] ]