add mqtt client to shairport-sync
This commit is contained in:
@@ -47,7 +47,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedUDPPorts = [ 8123 5683 ];
|
allowedUDPPorts = [
|
||||||
|
5683 # shelly coiot
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user