mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 20:40:24 +01:00
fix: cuda12.8-cuda_cudart-12.8.90 is marked as broken
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
pkgs-patched,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
@@ -8,7 +8,7 @@ in
|
||||
{
|
||||
services.ollama = rec {
|
||||
enable = true;
|
||||
package = pkgs-patched.ollama;
|
||||
package = pkgs.ollama;
|
||||
acceleration = "cuda";
|
||||
host = "0.0.0.0";
|
||||
port = 11434;
|
||||
|
||||
Reference in New Issue
Block a user