string instead of list

This commit is contained in:
2026-04-19 18:17:08 +02:00
parent 1adfd5b778
commit d403ed2cf5

View File

@@ -9,7 +9,7 @@
services.ollama = {
enable = true;
package = pkgs.ollama-rocm;
host = [ "0.0.0.0" ];
host = "0.0.0.0";
loadModels = [ "qwen3.6:35b" "gpt-oss:20b" "gemma4:26b" "gemma4:e4b" ];
};
};