diff options
Diffstat (limited to 'host/Rory-desktop/ollama.nix')
-rwxr-xr-x | host/Rory-desktop/ollama.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-desktop/ollama.nix b/host/Rory-desktop/ollama.nix index bae196e..952203f 100755 --- a/host/Rory-desktop/ollama.nix +++ b/host/Rory-desktop/ollama.nix @@ -27,7 +27,7 @@ environmentVariables = { OLLAMA_LLM_LIBRARY = "rocm"; }; - writablePaths = [ "/data/ollama/home" ]; +# writablePaths = [ "/data/ollama/home" ]; #listenAddress = "0.0.0.0:11434"; host = "0.0.0.0"; port = 11434; |