PipeWire: Difference between revisions

Pigs (talk | contribs)
m Fixed section hierarchy, add links to options and packages
m Configuring PipeWire: explain what rtkit does
Line 10: Line 10:
==Configuring PipeWire==
==Configuring PipeWire==
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
   # rtkit is optional but recommended
   # 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 = {