mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
removed open-webui
This commit is contained in:
@@ -1,32 +1,19 @@
|
|||||||
{
|
{
|
||||||
services = {
|
services.ollama = {
|
||||||
ollama = {
|
user = "ollama";
|
||||||
user = "ollama";
|
enable = true;
|
||||||
enable = true;
|
host = "127.0.0.1";
|
||||||
host = "127.0.0.1";
|
loadModels = [
|
||||||
loadModels = [
|
"codellama:7b"
|
||||||
"codellama:7b"
|
"deepseek-r1:14b"
|
||||||
"deepseek-r1:14b"
|
"deepseek-r1:32b"
|
||||||
"deepseek-r1:32b"
|
"deepseek-r1:8b"
|
||||||
"deepseek-r1:8b"
|
"gemma3:12b"
|
||||||
"gemma3:12b"
|
"gemma3:27b"
|
||||||
"gemma3:27b"
|
"gpt-oss:20b"
|
||||||
"gpt-oss:20b"
|
"qwen3:14b"
|
||||||
"qwen3:14b"
|
"qwen3:30b"
|
||||||
"qwen3:30b"
|
];
|
||||||
];
|
|
||||||
};
|
|
||||||
open-webui = {
|
|
||||||
enable = true;
|
|
||||||
host = "127.0.0.1";
|
|
||||||
environment = {
|
|
||||||
ANONYMIZED_TELEMETRY = "False";
|
|
||||||
DO_NOT_TRACK = "True";
|
|
||||||
SCARF_NO_ANALYTICS = "True";
|
|
||||||
OLLAMA_API_BASE_URL = "http://127.0.0.1:11434";
|
|
||||||
WEBUI_AUTH = "False";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
systemd.services = {
|
systemd.services = {
|
||||||
ollama.serviceConfig = {
|
ollama.serviceConfig = {
|
||||||
|
|||||||
Reference in New Issue
Block a user