summary refs log tree commit diff
path: root/host/Rory-desktop/ollama.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-08-01 22:39:05 +0200
committerRory& <root@rory.gay>2024-08-01 22:39:23 +0200
commitfc822b65eb8cac8a6e3a63a40641d779b25af011 (patch)
treec1d41ef3133df81e6019d6c5529379764e13e3f5 /host/Rory-desktop/ollama.nix
parentServer changes (diff)
downloadRory-Open-Architecture-fc822b65eb8cac8a6e3a63a40641d779b25af011.tar.xz
Various changes
Diffstat (limited to 'host/Rory-desktop/ollama.nix')
-rwxr-xr-xhost/Rory-desktop/ollama.nix2
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;