change disks paths

This commit is contained in:
Satria 2026-04-15 20:05:36 +07:00
commit e187cecb79
12 changed files with 24 additions and 23 deletions

View file

@ -5,7 +5,7 @@
host = "127.0.0.1";
port = 11434;
user = "ollama";
home = "/mnt/data/ollama";
home = "/mnt/data/apps/ollama";
loadModels = [
"gemma3n:e4b" # "gemma3n:e2b"
"qwen3-coder-next:cloud" # "codellama:7b" "starcoder:3b"
@ -14,7 +14,7 @@
open-webui = {
enable = true;
port = 8080;
environmentFile = "/mnt/data/ollama/.env";
environmentFile = "/mnt/data/apps/ollama/.env";
environment = {
OLLAMA_BASE_URL = "http://localhost:11434";
# WEBUI_AUTH = "False";