mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-27 02:44:58 +08:00
8 lines
110 B
Nix
8 lines
110 B
Nix
{
|
|
services.ollama = {
|
|
enable = true;
|
|
};
|
|
services.nextjs-ollama-llm-ui = {
|
|
enable = true;
|
|
};
|
|
}
|