From 89ed74372528aa8454184049bc3d3561535f10ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Sun, 16 Nov 2025 16:42:23 +0100 Subject: [PATCH] no rocm support sad --- void.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/void.nix b/void.nix index 2d06d39..2a5ee48 100644 --- a/void.nix +++ b/void.nix @@ -155,7 +155,7 @@ services.ollama = { enable = true; - acceleration = "rocm"; + acceleration = false; # only allow tailscale access host = "100.70.78.2"; };