6 lines
90 B
Nix
6 lines
90 B
Nix
{
|
|
services = {
|
|
nextjs-ollama-llm-ui.enable = true;
|
|
ollama.enable = true;
|
|
};
|
|
}
|