add local web ui

This commit is contained in:
Christoph Cullmann 2025-04-26 21:02:34 +02:00
parent 01905bd060
commit 30f71af6da
No known key found for this signature in database

View file

@ -638,4 +638,6 @@ in
# preload models, see https://ollama.com/library # preload models, see https://ollama.com/library
loadModels = [ "gemma3" "llama3.2" ]; loadModels = [ "gemma3" "llama3.2" ];
}; };
services.open-webui.enable = true;
} }