From 30f71af6da7d4f32be9816d4b1fcd5eddd6f187c Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 26 Apr 2025 21:02:34 +0200 Subject: [PATCH] add local web ui --- share/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/common.nix b/share/common.nix index 3db427d..d51188a 100644 --- a/share/common.nix +++ b/share/common.nix @@ -638,4 +638,6 @@ in # preload models, see https://ollama.com/library loadModels = [ "gemma3" "llama3.2" ]; }; + + services.open-webui.enable = true; }