refactoring
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
home = service_configs.ollama.data_dir + "/home";
|
||||
models = service_configs.ollama.data_dir + "/home/models";
|
||||
models = config.services.ollama.home + "/models";
|
||||
environmentVariables = {
|
||||
OLLAMA_LLM_LIBRARY = "cpu_avx2";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user