diff --git a/hosts/faunus-ater/modules/home-assistant.nix b/hosts/faunus-ater/modules/home-assistant.nix index 9422186..2987ac9 100644 --- a/hosts/faunus-ater/modules/home-assistant.nix +++ b/hosts/faunus-ater/modules/home-assistant.nix @@ -9,8 +9,6 @@ image = "ghcr.io/home-assistant/home-assistant:2024.10"; ports = [ "8123:8123" - "1400:1400" - "2342:2342" ]; extraOptions = [ # TODO: Fix the path of the zigbee controller using udev @@ -37,9 +35,6 @@ }; }; - # Open ports for SONOS communication - networking.firewall.allowedTCPPorts = [1400 2342]; - # Secrets sops.secrets."certificate-key-config-tammena-me" = { owner = config.users.users.nginx.name;