mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixos/orthanc: minor cleanup
This commit is contained in:
parent
b75d47e7f0
commit
eb0b7452d6
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue