PipeWire: Difference between revisions
m Fixed section hierarchy, add links to options and packages |
Asymmetric (talk | contribs) m →Configuring PipeWire: explain what rtkit does |
||
Line 10: | Line 10: | ||
==Configuring PipeWire== | ==Configuring PipeWire== | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
# rtkit | # rtkit (optional, recommended) allows Pipewire to use the realtime scheduler for increased performance. | ||
security.rtkit.enable = true; | security.rtkit.enable = true; | ||
services.pipewire = { | services.pipewire = { |