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; }