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 = {