services.orthanc.settings
NixOS option
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
declared in: nixos/modules/services/misc/orthanc.nixView source on NixOS/nixpkgs →{
HttpPort = 12345;
Name = "My Orthanc Server";
}