Skip to content

Instantly share code, notes, and snippets.

@fpletz
Created February 14, 2017 13:20
{
hardware.pulseaudio = {
enable = true;
systemWide = true;
package = pkgs.pulseaudioFull;
zeroconf.discovery.enable = false;
zeroconf.publish.enable = true;
tcp.enable = true;
tcp.anonymousClients.allowAll = true;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment