testing
This commit is contained in:
@@ -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}"
|
||||||
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user