feat(access): a llama

This commit is contained in:
arcnmx 2024-09-12 15:25:05 -07:00
parent e3b6048e32
commit 7bf1ce71de
14 changed files with 323 additions and 6 deletions

View file

@ -41,5 +41,10 @@ in {
ports.public.port = 32022;
};
prometheus-exporters-node.enable = true;
ollama = {
enable = true;
defaults.port.listen = "tail";
ports.default.status.enable = false;
};
};
}