services.gerrit.jvmOpts

NixOS option

A list of JVM options to start gerrit with.

type: list of string
Default
[
  "-Dflogger.backend_factory=com.google.common.flogger.backend.log4j.Log4jBackendFactory#getInstance"
  "-Dflogger.logging_context=com.google.gerrit.server.logging.LoggingContext#getInstance"
]
declared in: nixos/modules/services/web-apps/gerrit.nixView source on NixOS/nixpkgs →