From 14d24534f944871c02dbd9cd10b0cb15c409ac5a Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 17 Jan 2025 01:53:26 -0700 Subject: [PATCH] [NixOS] Add home-assistant components needed to complete onboarding --- nixos/machines/justin-bieber-creek.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/machines/justin-bieber-creek.nix b/nixos/machines/justin-bieber-creek.nix index 550ac4e4..03ad3c25 100644 --- a/nixos/machines/justin-bieber-creek.nix +++ b/nixos/machines/justin-bieber-creek.nix @@ -23,6 +23,12 @@ # longitude = "-106.52015264624013"; unit_system = "imperial"; time_zone = "UTC"; + extraComponents = [ + # Components required to complete the onboarding + "esphome" + "met" + "radio_browser" + ]; config = { default_config = {}; met = {};