added packages for home assistant

This commit is contained in:
Leyla Becker 2025-03-07 18:35:41 -06:00
parent 8b39a80849
commit 86c585111c

View file

@ -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} = {