MyNixOS website logo
option

services.pipewire.extraConfig.jack

Additional configuration for the PipeWire JACK server and client library.

Every item in this attrset becomes a separate drop-in file in /etc/pipewire/jack.conf.d.

See the PipeWire wiki for examples.

Declarations
Type
attribute set of (JSON value)
Default
{ }
Example
{
  "20-hide-midi" = {
    "jack.properties" = {
      "jack.show-midi" = false;
    };
  };
}