diff options
author | Rory& <root@rory.gay> | 2024-08-01 22:39:05 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-08-01 22:39:23 +0200 |
commit | fc822b65eb8cac8a6e3a63a40641d779b25af011 (patch) | |
tree | c1d41ef3133df81e6019d6c5529379764e13e3f5 /host/Rory-desktop/ollama.nix | |
parent | Server changes (diff) | |
download | Rory-Open-Architecture-fc822b65eb8cac8a6e3a63a40641d779b25af011.tar.xz |
Various changes
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; |