services.peertube-runner.enabledJobTypes

NixOS option

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 in: nixos/modules/services/web-apps/peertube-runner.nixView source on NixOS/nixpkgs →