summary refs log tree commit diff
path: root/host/Rory-desktop/ollama.nix
diff options
context:
space:
mode:
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 952203f..7f0ae8c 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;