services.peertube-runner.settings
NixOS option
Configuration for peertube-runner. See available configuration options at https://docs.joinpeertube.org/maintain/tools#configuration.
type: TOML valueDefault
{ }Example
declared in: nixos/modules/services/web-apps/peertube-runner.nixView source on NixOS/nixpkgs →{
jobs.concurrency = 4;
ffmpeg = {
threads = 0; # Let ffmpeg automatically choose.
nice = 5;
};
transcription.model = "large-v3";
}