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 = {};