This commit is contained in:
mjallen18
2025-11-21 19:01:05 -06:00
parent 2e54f153ed
commit 5de3cc2ba1

View File

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