nixos/orthanc: minor cleanup

Changed files
+1 -1
nixos
modules
services
+1 -1
nixos/modules/services/misc/orthanc.nix
···
};
config = lib.mkIf cfg.enable {
-
services.orthanc.settings = options.services.orthanc.settings.default;
systemd.services.orthanc = {
description = "Orthanc is a lightweight, RESTful DICOM server for healthcare and medical research";
···
};
config = lib.mkIf cfg.enable {
+
services.orthanc.settings = opt.settings.default;
systemd.services.orthanc = {
description = "Orthanc is a lightweight, RESTful DICOM server for healthcare and medical research";