From fd3091e09bb65a38c4226f4a4a2887ddf30c9c5f Mon Sep 17 00:00:00 2001 From: Malte Tammena Date: Sun, 20 Oct 2024 17:12:48 +0200 Subject: [PATCH] feat(host/faunus-ater): update home-assistant, open port --- hosts/faunus-ater/modules/home-assistant.nix | 5 +++-- state.nix | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts/faunus-ater/modules/home-assistant.nix b/hosts/faunus-ater/modules/home-assistant.nix index 6953c4d..9422186 100644 --- a/hosts/faunus-ater/modules/home-assistant.nix +++ b/hosts/faunus-ater/modules/home-assistant.nix @@ -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 diff --git a/state.nix b/state.nix index 116005e..b4c3c46 100644 --- a/state.nix +++ b/state.nix @@ -49,7 +49,7 @@ }; foto = { host = "faunus-ater"; - port = 2342; + port = 2343; external = true; }; eat = {