use new ollama cuda selection

This commit is contained in:
Noa Aarts 2025-12-05 09:41:54 +01:00
parent 385b8801e9
commit 72c4191b77
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -115,7 +115,7 @@
}; };
ollama = { ollama = {
enable = true; enable = true;
acceleration = "cuda"; package = pkgs.ollama-cuda;
openFirewall = true; openFirewall = true;
}; };
fail2ban.enable = true; fail2ban.enable = true;