nixos/orthanc: minor cleanup

This commit is contained in:
Pol Dellaiera 2025-03-19 21:19:13 +01:00
parent b75d47e7f0
commit eb0b7452d6

View file

@ -83,7 +83,7 @@ in
};
config = lib.mkIf cfg.enable {
services.orthanc.settings = options.services.orthanc.settings.default;
services.orthanc.settings = opt.settings.default;
systemd.services.orthanc = {
description = "Orthanc is a lightweight, RESTful DICOM server for healthcare and medical research";