fix(home-assistant): drop sonos open ports
This commit is contained in:
parent
6e726a443e
commit
313f3824cd
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue