MyNixOS website logo
option

services.peertube-runner.enabledJobTypes

Job types that this runner will execute.

Declarations
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"
]