Created
February 14, 2017 13:20
-
-
Save fpletz/489c5eb73cd3b5398d60b4c961f44cfb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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