added packages for home assistant
This commit is contained in:
parent
8b39a80849
commit
86c585111c
|
@ -22,6 +22,7 @@ in {
|
||||||
"esphome"
|
"esphome"
|
||||||
"met"
|
"met"
|
||||||
"radio_browser"
|
"radio_browser"
|
||||||
|
"isal"
|
||||||
];
|
];
|
||||||
config.http = {
|
config.http = {
|
||||||
server_port = 8082;
|
server_port = 8082;
|
||||||
|
@ -30,6 +31,11 @@ in {
|
||||||
ip_ban_enabled = true;
|
ip_ban_enabled = true;
|
||||||
login_attempts_threshold = 10;
|
login_attempts_threshold = 10;
|
||||||
};
|
};
|
||||||
|
extraPackages = python3Packages:
|
||||||
|
with python3Packages; [
|
||||||
|
numpy
|
||||||
|
gtts
|
||||||
|
];
|
||||||
};
|
};
|
||||||
host = {
|
host = {
|
||||||
reverse_proxy.subdomains.${config.host.home-assistant.subdomain} = {
|
reverse_proxy.subdomains.${config.host.home-assistant.subdomain} = {
|
||||||
|
|
Loading…
Reference in a new issue