This commit is contained in:
mjallen18
2025-02-27 12:06:57 -06:00
parent fae5d37f08
commit 2dc214011d

View File

@@ -217,9 +217,9 @@ in
themes = "!include_dir_merge_named themes";
};
"automation ui" = "!include automations.yaml";
"scene ui" = "!include scenes.yaml";
"script ui" = "!include scripts.yaml";
"automation ui" = "!include /etc/nixos/hosts/homeassistant/automations.yaml";
"scene ui" = "!include /etc/nixos/hosts/homeassistant/scenes.yaml";
"script ui" = "!include /etc/nixos/hosts/homeassistant/scripts.yaml";
http = {
use_x_forwarded_for = true;