add mqtt client to shairport-sync

This commit is contained in:
2023-08-03 13:58:13 +02:00
parent 6ed4cd7415
commit f156120464
2 changed files with 4 additions and 1 deletions

View File

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