Open up mqtt for valetudo

This commit is contained in:
Zuckerberg 2024-10-10 20:02:01 -07:00
parent 02357198bc
commit ac1cf1c531

View File

@ -14,6 +14,9 @@
}
];
};
networking.firewall.allowedTCPPorts = [
1883 # mqtt
];
services.zigbee2mqtt = {
enable = true;