This commit is contained in:
zastian-dev
2025-12-10 16:37:00 +00:00
parent 088c99e2cb
commit e7275b4c37
4 changed files with 332 additions and 263 deletions

View File

@@ -145,9 +145,9 @@
# Ollama (only on PC)
services.ollama = lib.mkIf (systemName == "pc") {
enable = true;
package = pkgs.ollama-rocm;
port = 11434;
host = "0.0.0.0";
acceleration = "rocm";
rocmOverrideGfx = "11.0.0";
environmentVariables = {
OLLAMA_DEBUG = "1";