diff --git a/modules/services/llm/default.nix b/modules/services/llm/default.nix index ad433f6..d6c9512 100644 --- a/modules/services/llm/default.nix +++ b/modules/services/llm/default.nix @@ -103,6 +103,15 @@ in proxyWebsockets = true; }; }; + "${cfg.backend.domain}" = { + locations."/docling" = { + host = config.services.docling-serve.host; + port = config.services.docling-serve.port; + allowLAN = true; + allowVPN = true; + allowWAN = true; + }; + }; }; }) ];