Bind ollama to 0.0.0.0 and add models

This commit is contained in:
2025-04-18 23:54:02 -04:00
parent ab8861b97a
commit 2b2b430ccd

View File

@@ -318,12 +318,14 @@ in
package = unstable.ollama;
enable = true;
acceleration = "rocm";
host = "0.0.0.0";
environmentVariables = {
HSA_OVERRIDE_GFX_VERSION = "11.0.2";
};
loadModels = [
"deepseek-r1:8b"
"dolphin3:8b"
"llama3.1"
"llava"
];
};