diff --git a/configuration.nix b/configuration.nix index 25e25e4..b24a85f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -136,6 +136,12 @@ in { resolutions: 480p: true 1080p: true + + video_transcription: + enabled: true + engine: 'whisper-ctranslate2' + model: 'large-v3' + EOF '';