diff options
Diffstat (limited to 'modules/ollama.nix')
| -rw-r--r-- | modules/ollama.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/ollama.nix b/modules/ollama.nix index 50b9471..be032c2 100644 --- a/modules/ollama.nix +++ b/modules/ollama.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: { fileSystems."/models" = { device = "/home/ollama"; @@ -8,7 +8,7 @@ services.ollama = { enable = true; - acceleration = "rocm"; + package = pkgs.ollama-rocm; loadModels = [ "deepseek-r1:14b" "qwen3:14b" |
