From 9dfbce98ec6dc32bf7cf3c5daf97070edb32eac0 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Sun, 19 Jul 2026 11:09:56 +0530 Subject: system update + mpv + openwebui for llm.nix --- nixos/opt/llm.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixos/opt') diff --git a/nixos/opt/llm.nix b/nixos/opt/llm.nix index db5c81a..0beb1dd 100644 --- a/nixos/opt/llm.nix +++ b/nixos/opt/llm.nix @@ -5,4 +5,8 @@ enable = true; package = unstable.ollama-cuda; }; + services.open-webui = { + enable = true; + package = unstable.open-webui; + }; } -- cgit v1.2.3