services.libretranslate.extraArgs
NixOS option
Extra arguments passed to the LibreTranslate.
type: attribute set of (null or boolean or string or signed integer or list of (boolean or string or signed integer))Default
{ }Example
declared in: nixos/modules/services/web-apps/libretranslate.nixView source on NixOS/nixpkgs →{
debug = true;
disable-files-translation = true;
url-prefix = "translate";
}