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 = { networking.firewall = {
allowedUDPPorts = [ 8123 5683 ]; allowedUDPPorts = [
5683 # shelly coiot
];
}; };
} }

View File

@@ -4,6 +4,7 @@ shairport-sync = pkgs.shairport-sync.overrideAttrs (_: {
configureFlags = [ configureFlags = [
"--with-alsa" "--with-pipe" "--with-pa" "--with-stdout" "--with-alsa" "--with-pipe" "--with-pa" "--with-stdout"
"--with-avahi" "--with-ssl=openssl" "--with-soxr" "--with-avahi" "--with-ssl=openssl" "--with-soxr"
"--with-mqtt-client"
"--without-configfiles" "--without-configfiles"
"--sysconfdir=/etc" "--sysconfdir=/etc"
"--with-metadata" "--with-metadata"