add coiot port to hass fw

This commit is contained in:
2023-08-02 23:53:38 +02:00
parent 099a00fd5b
commit 6ed4cd7415
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@
};
networking.firewall = {
allowedUDPPorts = [ 8123 ];
allowedUDPPorts = [ 8123 5683 ];
};
}