From 98aeb1646d444abe5ec1885125b982e3e3a39551 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Sat, 22 Nov 2025 09:59:16 -0600 Subject: [PATCH] ?? --- modules/nixos/homeassistant/automations/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]; };