From 4f573be120fe895fe0601daaec618614b336fa82 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 17 Jan 2025 01:59:55 -0700 Subject: [PATCH] [NixOS] More home-assistant fix --- nixos/machines/justin-bieber-creek.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/machines/justin-bieber-creek.nix b/nixos/machines/justin-bieber-creek.nix index 55410116..584b7fac 100644 --- a/nixos/machines/justin-bieber-creek.nix +++ b/nixos/machines/justin-bieber-creek.nix @@ -16,12 +16,12 @@ services.home-assistant = { enable = true; + extraComponents = [ + "esphome" + "met" + "radio_browser" + ]; config = { - extraComponents = [ - "esphome" - "met" - "radio_browser" - ]; config = { default_config = {}; met = {};