services.orthanc.settings
Configuration written to a json file that is read by orthanc. See https://orthanc.uclouvain.be/book/index.html for more.
- Type
open submodule of (JSON value)- Default
{ HttpPort = { _type = "override"; content = 8042; priority = 1000; }; IndexDirectory = { _type = "override"; content = "/var/lib/orthanc/"; priority = 1000; }; StorageDirectory = { _type = "override"; content = "/var/lib/orthanc/"; priority = 1000; }; }- Example
{ HttpPort = 12345; Name = "My Orthanc Server"; }- Declared
- <nixpkgs/nixos/modules/services/misc/orthanc.nix>