services.peertube-runner.enabledJobTypes

Job types that this runner will execute.

Type
non-empty (list of string)
Default
[
  "vod-web-video-transcoding"
  "vod-hls-transcoding"
  "vod-audio-merge-transcoding"
  "live-rtmp-hls-transcoding"
  "video-studio-transcoding"
  "video-transcription"
]
Example
[
  "video-transcription"
]
Declared
<nixpkgs/nixos/modules/services/web-apps/peertube-runner.nix>