From ce420d867cb42500a52100a50ea02448dd9b29a8 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Mon, 13 Apr 2026 10:52:34 -0400 Subject: [PATCH] ollama --- configuration.nix | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e27e21e..60b6b88 100644 --- a/configuration.nix +++ b/configuration.nix @@ -271,7 +271,7 @@ }; services.ollama = { - enable = false; + enable = true; acceleration = "rocm"; environmentVariables = { # Force Ollama to only see the dedicated GPU @@ -360,6 +360,18 @@ openssl curl expat + wayland + libxkbcommon + libGL + gtk3 + glib + pango + harfbuzz + cairo + gdk-pixbuf + webkitgtk_4_1 + libsoup_3 + gobject-introspection ];