From c6357aa6a6dcc203f5cc3f27fae36bfd001e1928 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Fri, 21 Nov 2025 19:07:44 -0600 Subject: [PATCH] test --- 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 1ddfdb1..be0620b 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 - - - - ${lightswitchAutomations}" + "L+ /var/lib/hass/automations/lightswitches.yaml - - - - /etc/${environment.etc."lightswitch-automations.yaml".target}" ]; };