Skip to content

Instantly share code, notes, and snippets.

@fpletz
Created February 14, 2017 13:20
Show Gist options
  • Save fpletz/489c5eb73cd3b5398d60b4c961f44cfb to your computer and use it in GitHub Desktop.
Save fpletz/489c5eb73cd3b5398d60b4c961f44cfb to your computer and use it in GitHub Desktop.
{
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