update(sif): add ollama and UI

This commit is contained in:
Filippo Berto 2025-10-16 09:33:45 +02:00
parent eb7bf02292
commit 836220b9a0
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC
2 changed files with 5 additions and 0 deletions

3
nixos/ollama-ui.nix Normal file
View file

@ -0,0 +1,3 @@
{
services.nextjs-ollama-llm-ui.enable = true;
}