Configure openwebui

This commit is contained in:
2026-06-29 18:15:38 +00:00
parent 394b14d5f5
commit a810cd51e2
+12
View File
@@ -70,4 +70,16 @@ in
hostName = "dia"; hostName = "dia";
domain = "home.arpa"; domain = "home.arpa";
}; };
services.open-webui = {
enable = true;
host = "0.0.0.0";
port = 8081;
openFirewall = true;
environment = {
OLLAMA_BASE_URL = "http://10.26.140.44:11434";
WEBUI_AUTH = "False";
# OFFLINE_MODE = "True";
};
};
} }