nix-dotfiles/nixos/ollama-ui.nix

6 lines
81 B
Nix

{
services.nextjs-ollama-llm-ui = {
enable = true;
port = 3112;
};
}