enable Pulseaudio zeroconf for network music playing
This commit is contained in:
parent
1e196f25ca
commit
fa82b06983
|
@ -120,9 +120,15 @@ in
|
|||
|
||||
# Enable sound.
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = true;
|
||||
hardware.pulseaudio = {
|
||||
enable = true;
|
||||
# decouple pulseaudio application and sink volumes
|
||||
hardware.pulseaudio.daemon.config = { flat-volumes = "no"; };
|
||||
daemon.config = { flat-volumes = "no"; };
|
||||
# C3D2 hq music
|
||||
zeroconf.discovery.enable = true;
|
||||
zeroconf.publish.enable = true;
|
||||
};
|
||||
|
||||
|
||||
# Bluetooth
|
||||
hardware.bluetooth = {
|
||||
|
|
Loading…
Reference in a new issue