fix: wrong path to home-assistant config

This commit is contained in:
2025-04-29 00:45:35 +02:00
parent a56a601396
commit 9126db63f9

View File

@@ -7,7 +7,7 @@ let
rev = "18dd725c29603f582cf1900e0d25f9f1063dbf11"; rev = "18dd725c29603f582cf1900e0d25f9f1063dbf11";
}) {}; }) {};
home-assistant-config = lib.recursiveUpdate config.home-assistant { home-assistant-config = lib.recursiveUpdate config.services.home-assistant {
package = pkgs-with-home-assistant.home-assistant; package = pkgs-with-home-assistant.home-assistant;
extraComponents = [ extraComponents = [
"mobile_app" "mobile_app"