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. # Enable sound.
sound.enable = true; sound.enable = true;
hardware.pulseaudio.enable = true; hardware.pulseaudio = {
# decouple pulseaudio application and sink volumes enable = true;
hardware.pulseaudio.daemon.config = { flat-volumes = "no"; }; # decouple pulseaudio application and sink volumes
daemon.config = { flat-volumes = "no"; };
# C3D2 hq music
zeroconf.discovery.enable = true;
zeroconf.publish.enable = true;
};
# Bluetooth # Bluetooth
hardware.bluetooth = { hardware.bluetooth = {