diff --git a/modules/nixos/homeassistant/automations/default.nix b/modules/nixos/homeassistant/automations/default.nix index be0620b..dd6e3ef 100644 --- a/modules/nixos/homeassistant/automations/default.nix +++ b/modules/nixos/homeassistant/automations/default.nix @@ -146,7 +146,7 @@ in systemd.tmpfiles.rules = [ "d /var/lib/homeassistant/automations 0755 hass hass -" - "L+ /var/lib/hass/automations/lightswitches.yaml - - - - /etc/${environment.etc."lightswitch-automations.yaml".target}" + "L+ /var/lib/hass/automations/lightswitches.yaml - - - - /etc/lightswitch-automations.yaml" ]; };