add openwebui
This commit is contained in:
parent
c102005ea3
commit
181edd4d55
1 changed files with 14 additions and 0 deletions
|
|
@ -97,7 +97,21 @@
|
||||||
services.ollama = {
|
services.ollama = {
|
||||||
enable = true;
|
enable = true;
|
||||||
acceleration = "cuda";
|
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
|
system.stateVersion = "25.05"; # great taboo of the nixos world
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue