fix ollama package

This commit is contained in:
Osman Faruk Bayram 2025-12-11 09:30:33 +03:00
parent bb1bfbc906
commit 15e48a82ba

View file

@ -1,6 +1,7 @@
{
lib,
config,
pkgs,
...
}:
{
@ -8,7 +9,7 @@
(lib.mkIf config.osbmModules.services.ollama.enable {
services.ollama = {
enable = true;
acceleration = "cuda";
package = pkgs.ollama-cuda;
# loadModels = [
# "deepseek-r1:7b"
# "deepseek-r1:14b"