This commit is contained in:
2026-04-13 10:52:34 -04:00
parent 962a0ad527
commit ce420d867c

View File

@@ -271,7 +271,7 @@
}; };
services.ollama = { services.ollama = {
enable = false; enable = true;
acceleration = "rocm"; acceleration = "rocm";
environmentVariables = { environmentVariables = {
# Force Ollama to only see the dedicated GPU # Force Ollama to only see the dedicated GPU
@@ -360,6 +360,18 @@
openssl openssl
curl curl
expat expat
wayland
libxkbcommon
libGL
gtk3
glib
pango
harfbuzz
cairo
gdk-pixbuf
webkitgtk_4_1
libsoup_3
gobject-introspection
]; ];