From 30ee6e8395d8553ef2e117147d29df99cfbe67e1 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 4 Dec 2025 01:27:41 +0100 Subject: [PATCH] feat(service/ollama): My server isn't as power as AI asked :c --- hosts/server/configuration.nix | 2 +- services/self_host/ollama.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 8f60c86..755b146 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -44,7 +44,7 @@ service = { selfhost = { htop = true; - ollama = true; + ollama = false; mail = true; monitor = true; nextcloud = true; diff --git a/services/self_host/ollama.nix b/services/self_host/ollama.nix index e3b374e..b5f3c29 100644 --- a/services/self_host/ollama.nix +++ b/services/self_host/ollama.nix @@ -14,9 +14,9 @@ in ollama = { enable = true; loadModels = [ - "qwen2.5:3b" + "mistral:7b" ]; - acceleration = "cuda"; + acceleration = false; }; open-webui = {