services.pinchflat.extraConfig

NixOS option

The configuration of Pinchflat is handled through environment variables. The available configuration options can be found in the Pinchflat README.

type: attribute set of (null or boolean or signed integer or string)
Default
{ }
Example
{
  YT_DLP_WORKER_CONCURRENCY = 1;
}
declared in: nixos/modules/services/misc/pinchflat.nixView source on NixOS/nixpkgs →