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