🤖 Added Ollama

This commit is contained in:
Martin Berg Alstad 2025-01-06 18:25:52 +01:00
parent 5a4bc7ce31
commit 5fa27621dd
Signed by: martials
GPG Key ID: A3824877B269F2E2

View File

@ -31,4 +31,9 @@
setSocketVariable = true;
};
};
services.ollama = {
enable = true;
acceleration = "cuda";
};
}