fix: add another recursiveUpdate
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user