add openwebui

This commit is contained in:
Osman Faruk Bayram 2025-02-25 12:40:58 +03:00
parent c102005ea3
commit 181edd4d55

View file

@ -97,7 +97,21 @@
services.ollama = {
enable = true;
acceleration = "cuda";
loadModels = ["deepseek-r1:7b" "deepseek-r1:14b"];
};
services.open-webui = {
enable = true;
port = 7070;
environment = {
SCARF_NO_ANALYTICS = "True";
DO_NOT_TRACK = "True";
ANONYMIZED_TELEMETRY = "False";
WEBUI_AUTH = "False";
ENABLE_LOGIN_FORM = "False";
};
};
system.stateVersion = "25.05"; # great taboo of the nixos world
}