From b516ced9ac89c81eb1457acc784f8db433a8a5df Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 20 May 2024 19:05:15 -0700 Subject: [PATCH] Import from lib --- immich-ml-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich-ml-container.nix b/immich-ml-container.nix index a384952..de949a7 100644 --- a/immich-ml-container.nix +++ b/immich-ml-container.nix @@ -1,7 +1,7 @@ { config, lib, pkgs, ... }: +with lib; let cfg = config.services.immichMlContainer; - in { options.services.immichMlContainer = with types; { enable = mkEnableOption "Enable machine learning container.";