fix: add another recursiveUpdate

This commit is contained in:
2025-04-28 23:45:36 +02:00
parent a1ba054992
commit cc451f6800

View File

@@ -78,12 +78,12 @@ in
pkgs.mariadb pkgs.mariadb
]; ];
services.home-assistant = home-assistant-config; services.home-assistant = recursiveUpdate home-assistant-config {
extraComponents = [
services.home-assistant.extraComponents = [
"mobile_app" "mobile_app"
"backup" "backup"
]; ];
}
systemd.services.install-hacs = { systemd.services.install-hacs = {
description = "Install HACS"; description = "Install HACS";