fix: add another recursiveUpdate
This commit is contained in:
@@ -78,12 +78,12 @@ in
|
||||
pkgs.mariadb
|
||||
];
|
||||
|
||||
services.home-assistant = home-assistant-config;
|
||||
|
||||
services.home-assistant.extraComponents = [
|
||||
services.home-assistant = recursiveUpdate home-assistant-config {
|
||||
extraComponents = [
|
||||
"mobile_app"
|
||||
"backup"
|
||||
];
|
||||
}
|
||||
|
||||
systemd.services.install-hacs = {
|
||||
description = "Install HACS";
|
||||
|
||||
Reference in New Issue
Block a user