diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-19 11:09:56 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-19 11:09:56 +0530 |
| commit | 9dfbce98ec6dc32bf7cf3c5daf97070edb32eac0 (patch) | |
| tree | 2027edba1c862b4123dedebd669e3fac56b3afe6 /nixos/opt | |
| parent | ab3cc0ee160e6b7f5e8c54e8a7387ffcbaa877ef (diff) | |
system update + mpv + openwebui for llm.nix
Diffstat (limited to 'nixos/opt')
| -rw-r--r-- | nixos/opt/llm.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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; + }; } |
