services.peertube-runner.settings

Configuration for peertube-runner.

See available configuration options at https://docs.joinpeertube.org/maintain/tools#configuration.

Type
TOML value
Default
{ }
Example
{
  jobs.concurrency = 4;
  ffmpeg = {
    threads = 0; # Let ffmpeg automatically choose.
    nice = 5;
  };
  transcription.model = "large-v3";
}
Declared
<nixpkgs/nixos/modules/services/web-apps/peertube-runner.nix>