From fddc4273331eb4b4661f116f846d83719e5ff8e9 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 12 Nov 2025 16:34:03 +0100 Subject: [PATCH] re-enable home assistant --- hosts/nuos/home-assistant.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hosts/nuos/home-assistant.nix b/hosts/nuos/home-assistant.nix index 79abc0c..9ccfca9 100644 --- a/hosts/nuos/home-assistant.nix +++ b/hosts/nuos/home-assistant.nix @@ -12,16 +12,16 @@ in { config = { - # age.secrets = { - # "ha/ns" = { - # file = ../../secrets/home-assistant/ns.age; - # owner = "hass"; - # group = "hass"; - # }; - # }; + age.secrets = { + "ha/ns" = { + file = ../../secrets/home-assistant/ns.age; + owner = "hass"; + group = "hass"; + }; + }; services.home-assistant = { - enable = false; + enable = true; extraComponents = [ "esphome" "met"