services.orthanc.environment

NixOS option

Extra environment variables For more details see https://orthanc.uclouvain.be/book/users/configuration.html

type: attribute set of string
Default
{ }
Example
''
  {
    ORTHANC_NAME = "Orthanc server";
  }
''
declared in: nixos/modules/services/misc/orthanc.nixView source on NixOS/nixpkgs →