From 38e354f111d0cb62dfe6f41200369ab9a083ca6e Mon Sep 17 00:00:00 2001 From: arcnmx Date: Sun, 23 Oct 2022 10:33:59 -0700 Subject: [PATCH] feat: manual hass configuration --- nixos/systems/tewi/home-assistant.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/systems/tewi/home-assistant.nix b/nixos/systems/tewi/home-assistant.nix index 72797926..82d9c049 100644 --- a/nixos/systems/tewi/home-assistant.nix +++ b/nixos/systems/tewi/home-assistant.nix @@ -96,13 +96,16 @@ in { cp --no-preserve=mode ${config.secrets.files.home-assistant-secrets.path} ${config.services.home-assistant.configDir}/secrets.yaml cp --no-preserve=mode ${config.secrets.files.ha-integration.path} ${config.services.home-assistant.configDir}/integration.yaml # UI-editable config files - touch ${config.services.home-assistant.configDir}/{automations,scenes,scripts}.yaml + touch ${config.services.home-assistant.configDir}/{automations,scenes,scripts,manual}.yaml ''; }; services.home-assistant = { enable = true; config = { + packages = { + manual = "!include manual.yaml"; + }; homeassistant = { name = "Gensokyo"; unit_system = "metric";