Import from lib

This commit is contained in:
niten 2024-05-20 19:05:15 -07:00
parent a5bb8f8b7d
commit b516ced9ac
1 changed files with 1 additions and 1 deletions

View File

@ -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.";