This commit is contained in:
Filippo Berto 2025-01-26 17:31:56 +01:00
parent 282b2769a9
commit c751326106
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1 @@
{ nixpkgs.config.cudaSupport = true; }

6
modules/nixos/ollama.nix Normal file
View file

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