diff --git a/modules/services/home-automation/default.nix b/modules/services/home-automation/default.nix index 2919956..86a0067 100644 --- a/modules/services/home-automation/default.nix +++ b/modules/services/home-automation/default.nix @@ -109,6 +109,7 @@ in extraComponents = [ "backup" + "esphome" "prometheus" ] ++ cfg.extraComponents; };