diff --git a/nixos/modules/ollama.nix b/nixos/modules/ollama.nix index c8ecc7f..f2b22e7 100755 --- a/nixos/modules/ollama.nix +++ b/nixos/modules/ollama.nix @@ -14,13 +14,13 @@ in { services = { ollama = { - acceleration = "rocm"; - package = pkgs.ollama.override { - config = { - rocmSupport = true; - cudaSupport = false; - }; - }; + # acceleration = "rocm"; + # package = pkgs.ollama.override { + # config = { + # rocmSupport = true; + # cudaSupport = false; + # }; + # }; enable = true; group = service.name; host = "http://${localhost}";