This commit is contained in:
mjallen18
2025-11-21 19:07:44 -06:00
parent 5de3cc2ba1
commit c6357aa6a6

View File

@@ -146,7 +146,7 @@ in
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
"d /var/lib/homeassistant/automations 0755 hass hass -" "d /var/lib/homeassistant/automations 0755 hass hass -"
"L+ /var/lib/hass/automations/lightswitches.yaml - - - - ${lightswitchAutomations}" "L+ /var/lib/hass/automations/lightswitches.yaml - - - - /etc/${environment.etc."lightswitch-automations.yaml".target}"
]; ];
}; };