enable Pulseaudio zeroconf for network music playing

This commit is contained in:
Trolli Schmittlauch 2021-10-03 20:46:32 +02:00
parent 1e196f25ca
commit fa82b06983

View file

@ -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 = {