PipeWire: Difference between revisions
imported>Iopq outdated info |
imported>Iopq more details on how to increase log level |
||
Line 24: | Line 24: | ||
</syntaxHighlight> | </syntaxHighlight> | ||
The option definition | 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 | ||
<syntaxHighlight> | |||
context.properties = { | |||
log.level = 5 | |||
} | |||
</syntaxHighlight> | |||
this will increase the log level to 5 | |||
==Bluetooth Configuration== | ==Bluetooth Configuration== |