From eb0b7452d69f170a51d1785e09a1baa8b8b0e64a Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 19 Mar 2025 21:19:13 +0100 Subject: [PATCH] nixos/orthanc: minor cleanup --- nixos/modules/services/misc/orthanc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/orthanc.nix b/nixos/modules/services/misc/orthanc.nix index 4a5d3876494e..d1a8f97ac006 100644 --- a/nixos/modules/services/misc/orthanc.nix +++ b/nixos/modules/services/misc/orthanc.nix @@ -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";