feat(host/faunus-ater): update home-assistant, open port

This commit is contained in:
Malte Tammena 2024-10-20 17:12:48 +02:00
parent 9200205327
commit fd3091e09b
2 changed files with 4 additions and 3 deletions

View file

@ -6,10 +6,11 @@
virtualisation.oci-containers.containers.home-assistant = {
volumes = ["/data/dirty/home-assistant:/config"];
environment.TZ = "Europe/Berlin";
image = "ghcr.io/home-assistant/home-assistant:2024.3";
image = "ghcr.io/home-assistant/home-assistant:2024.10";
ports = [
"8123:8123"
"1400:1400/tcp"
"1400:1400"
"2342:2342"
];
extraOptions = [
# TODO: Fix the path of the zigbee controller using udev

View file

@ -49,7 +49,7 @@
};
foto = {
host = "faunus-ater";
port = 2342;
port = 2343;
external = true;
};
eat = {