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
|
||||
];
|
||||
|
||||
services.home-assistant = home-assistant-config;
|
||||
|
||||
services.home-assistant.extraComponents = [
|
||||
"mobile_app"
|
||||
"backup"
|
||||
];
|
||||
services.home-assistant = recursiveUpdate home-assistant-config {
|
||||
extraComponents = [
|
||||
"mobile_app"
|
||||
"backup"
|
||||
];
|
||||
}
|
||||
|
||||
systemd.services.install-hacs = {
|
||||
description = "Install HACS";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue