PipeWire: Difference between revisions

imported>Hypnosis2839
Undo revision 10800 by TheBrainScrambler (talk) remove misleading info
imported>Hypnosis2839
Enabling PipeWire: mention current option name
Line 24: Line 24:
</syntaxHighlight>
</syntaxHighlight>


The option definition <code>services.pipewire.config</code> no longer has any effect; overriding default Pipewire configuration through NixOS options never worked correctly and is no longer supported. Please create drop-in files in <code>/etc/pipewire/pipewire.conf.d/</code> to make the desired setting changes instead. For example, you can create a file <code>/etc/pipewire/pipewire.conf.d/pipewire.conf</code> with the contents
Use the <code>services.pipewire.extraConfigcode> option hierarchy in NixOS (available from 24.05 onwards) to create drop-in configuration files, if needed.
 
<syntaxHighlight lang=text>
context.properties = {
    log.level = 5
}
</syntaxHighlight>
 
this will increase the log level to 5


==Bluetooth Configuration==
==Bluetooth Configuration==