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.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/Rory-desktop/ollama.nix b/host/Rory-desktop/ollama.nix
index 7f0ae8c..0670617 100755
--- a/host/Rory-desktop/ollama.nix
+++ b/host/Rory-desktop/ollama.nix
@@ -31,7 +31,8 @@
     #listenAddress = "0.0.0.0:11434";
     host = "0.0.0.0";
     port = 11434;
-    sandbox = false;
+    user = "ollama";
+    group = "ollama";
     acceleration = "rocm";
   };
 }