add mqtt client to shairport-sync
This commit is contained in:
parent
6ed4cd7415
commit
f156120464
2 changed files with 4 additions and 1 deletions
|
|
@ -47,7 +47,9 @@
|
|||
};
|
||||
|
||||
networking.firewall = {
|
||||
allowedUDPPorts = [ 8123 5683 ];
|
||||
allowedUDPPorts = [
|
||||
5683 # shelly coiot
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ shairport-sync = pkgs.shairport-sync.overrideAttrs (_: {
|
|||
configureFlags = [
|
||||
"--with-alsa" "--with-pipe" "--with-pa" "--with-stdout"
|
||||
"--with-avahi" "--with-ssl=openssl" "--with-soxr"
|
||||
"--with-mqtt-client"
|
||||
"--without-configfiles"
|
||||
"--sysconfdir=/etc"
|
||||
"--with-metadata"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue