MyNixOS website logo
option

services.peertube.settings.video_transcription.engine_path

Custom engine path for local transcription.

Declarations
Type
absolute path or string
Default
if config.services.peertube.settings.video_transcription.enabled then
  lib.getExe pkgs.whisper-ctranslate2
else
  "Set `services.peertube.settings.video_transcription.enabled = true`."