PulseAudio: Difference between revisions

Pbek (talk | contribs)
Change "hardware.pulseaudio" to "services.pulseaudio"
Pbek (talk | contribs)
Remove obsolete config example
 
Line 11: Line 11:
services.pulseaudio.support32Bit = true;    # If compatibility with 32-bit applications is desired.
services.pulseaudio.support32Bit = true;    # If compatibility with 32-bit applications is desired.


# If you're on nixos-unstable you should instead use
services.pulseaudio.enable = true;
services.pulseaudio.support32Bit = true;
</syntaxhighlight>
</syntaxhighlight>