fix(home-assistant): drop sonos open ports

This commit is contained in:
Malte Tammena 2024-10-29 20:50:53 +01:00
parent 6e726a443e
commit 313f3824cd

View file

@ -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;