6 nov 2016
this is a simple setup for streaming pulseaudio
streams
over the network.
https://github.com/openlab-aux/vuizvui/blob/master/machines/labnet/labtops.nix#L26
{
hardware.pulseaudio = enable = true;
tcp.enable = true;
tcp.anonymousClients.allowedIpRanges = [ "172.16.0.0/16" ];
zeroconf.publish.enable = true;
};
true; pulseaudio.zeroconf.discovery.enable=
to use the new setup simply play some music and in
pavucontrol
you can select a different output device for
the listed stream.