fix: use recursiveUpdate
This commit is contained in:
parent
bd688d2fab
commit
a1ba054992
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ let
|
||||||
rev = "18dd725c29603f582cf1900e0d25f9f1063dbf11";
|
rev = "18dd725c29603f582cf1900e0d25f9f1063dbf11";
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
home-assistant-config = config.home-assistant = {
|
home-assistant-config = recursiveUpdate config.home-assistant {
|
||||||
package = pkgs-with-home-assistant.home-assistant;
|
package = pkgs-with-home-assistant.home-assistant;
|
||||||
};
|
};
|
||||||
uid = config.ids.uids.hass;
|
uid = config.ids.uids.hass;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue