diff --git a/services/ollama.nix b/services/ollama.nix index 477ebc6..4631034 100644 --- a/services/ollama.nix +++ b/services/ollama.nix @@ -3,6 +3,7 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") { services.ollama.enable = true; + services.ollama.acceleration = "cuda"; }; } \ No newline at end of file