ollama port forward

This commit is contained in:
2026-04-19 17:59:30 +02:00
parent 0cc99a22ec
commit 3ceb44d77c

View File

@@ -10,6 +10,9 @@
enable = true;
package = pkgs.ollama-rocm;
loadModels = [ "gpt-oss:20b" "gemma4:26b" "gemma4:e4b" ];
environmentVariables = {
OLLAMA_HOST = "0.0.0.0";
};
};
};
}