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