services.languagetool.jvmOptions

NixOS option

Extra command line options for the JVM running languagetool. More information can be found here: https://docs.oracle.com/en/java/javase/19/docs/specs/man/java.html#standard-options-for-java

type: list of string
Default
[ ]
Example
[
  "-Xmx512m"
]
declared in: nixos/modules/services/misc/languagetool.nixView source on NixOS/nixpkgs →