fix: add another recursiveUpdate
This commit is contained in:
parent
a1ba054992
commit
cc451f6800
1 changed files with 6 additions and 6 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue