diff --git a/immich-ml-container.nix b/immich-ml-container.nix index f4fdae4..42c6df4 100644 --- a/immich-ml-container.nix +++ b/immich-ml-container.nix @@ -18,7 +18,7 @@ let ports = [ "${toString cfg.port}:3003" ]; restart = "always"; volumes = [ "${cfg.state-directory}:/cache" ]; - environment = mkIf cfg.debug { IMMICH_LOG_LEVEL = "debug"; }; + environment = { IMMICH_LOG_LEVEL = "debug"; }; }; });