Simpler ollama

This commit is contained in:
Filippo Berto 2025-01-26 17:51:14 +01:00
parent c751326106
commit 62497d4584
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

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