19 lines
252 B
Nix
19 lines
252 B
Nix
{
|
|
services.home-assistant = {
|
|
enable = true;
|
|
|
|
extraComponents = [
|
|
"analytics"
|
|
"google_translate"
|
|
"met"
|
|
"radio_browser"
|
|
"shopping_list"
|
|
"isal"
|
|
];
|
|
|
|
config = {
|
|
default_config = {};
|
|
};
|
|
};
|
|
}
|