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