MyNixOS website logo
option

services.libretranslate.extraArgs

Extra arguments passed to the LibreTranslate.

Declarations
Type
attribute set of (null or boolean or string or signed integer or list of (boolean or string or signed integer))
Default
{ }
Example
{
  debug = true;
  disable-files-translation = true;
  url-prefix = "translate";
}