mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
nixos/nextjs-ollama-llm-ui: fix for respecting ollamaUrl config option
This commit is contained in:
parent
81b5de61a4
commit
8b182a177f
@ -7,7 +7,7 @@
|
||||
let
|
||||
cfg = config.services.nextjs-ollama-llm-ui;
|
||||
# we have to override the URL to a Ollama service here, because it gets baked into the web app.
|
||||
nextjs-ollama-llm-ui = cfg.package.override { ollamaUrl = "https://ollama.lambdablob.com"; };
|
||||
nextjs-ollama-llm-ui = cfg.package.override { inherit (cfg) ollamaUrl; };
|
||||
in
|
||||
{
|
||||
options = {
|
||||
|
Loading…
Reference in New Issue
Block a user