From aea7a63d8f87553e9fdb2a790cdba5be97a10bf7 Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:23:14 -0500 Subject: [PATCH] nixos/nextjs-ollama-llm-ui: fix documentation link formatting --- nixos/modules/services/web-apps/nextjs-ollama-llm-ui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/nextjs-ollama-llm-ui.nix b/nixos/modules/services/web-apps/nextjs-ollama-llm-ui.nix index cbb0ce813a34..b656362cf192 100644 --- a/nixos/modules/services/web-apps/nextjs-ollama-llm-ui.nix +++ b/nixos/modules/services/web-apps/nextjs-ollama-llm-ui.nix @@ -18,7 +18,7 @@ in on your personal computer. This service is stateless and doesn't store any data on the server; all data is kept locally in your web browser. - See https://github.com/jakobhoeg/nextjs-ollama-llm-ui. + See . Required: You need the Ollama backend service running by having "services.nextjs-ollama-llm-ui.ollamaUrl" point to the correct url.