add port 9000 to allow for OCCP traffic

This commit is contained in:
Cyryl Płotnicki 2025-02-02 13:51:43 +00:00
parent 42a7dd47cc
commit 050e81c865

View file

@ -15,7 +15,7 @@
in {
imports = [../nginx.nix ./virtualisation.nix];
networking.firewall.allowedTCPPorts = [port 1883 8089 8091];
networking.firewall.allowedTCPPorts = [port 1883 8089 8091 9000];
# sends messages to mqtt, no direct connection with home assistant
virtualisation.oci-containers.containers.zwave-js = {