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,6 +1,5 @@
|
||||
{
|
||||
services = {
|
||||
ollama = {
|
||||
services.ollama = {
|
||||
user = "ollama";
|
||||
enable = true;
|
||||
host = "127.0.0.1";
|
||||
@@ -16,18 +15,6 @@
|
||||
"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 = {
|
||||
ollama.serviceConfig = {
|
||||
Nice = 19;
|
||||
|
||||
Reference in New Issue
Block a user