feat(host/faunus-ater): update home-assistant, open port
This commit is contained in:
parent
9200205327
commit
fd3091e09b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue