services.youtrack.generalParameters

NixOS option

General configuration parameters and other JVM options. See https://www.jetbrains.com/help/youtrack/server/2023.3/youtrack-java-start-parameters.html#general-parameters for more information.

type: list of string
Default
[ ]
Example
[
  "-Djetbrains.youtrack.admin.restore=true"
  "-Xmx1024m"
];
declared in: nixos/modules/services/web-apps/youtrack.nixView source on NixOS/nixpkgs →