diff --git a/bundles/homeassistant/items.py b/bundles/homeassistant/items.py index f7e5ea2..67042d1 100644 --- a/bundles/homeassistant/items.py +++ b/bundles/homeassistant/items.py @@ -7,6 +7,7 @@ else: users = { 'homeassistant': { 'home': '/var/opt/homeassistant', + "groups": ["dialout"], }, } diff --git a/nodes/sophie/sophie.homeassistant.toml b/nodes/sophie/sophie.homeassistant.toml index 5fc3f93..3b2461d 100644 --- a/nodes/sophie/sophie.homeassistant.toml +++ b/nodes/sophie/sophie.homeassistant.toml @@ -8,7 +8,7 @@ groups = [ "debian-bookworm", ] -[metadata.interfaces.enp1s0] +[metadata.interfaces.enp7s0] ips = [ "172.19.164.3/24", ]