Re-enable ollama open-webui
This commit is contained in:
parent
9ab446d309
commit
599e3f8f8f
@ -5,7 +5,7 @@
|
|||||||
acceleration = "cuda";
|
acceleration = "cuda";
|
||||||
};
|
};
|
||||||
services.open-webui = {
|
services.open-webui = {
|
||||||
enable = lib.warn "open-webui disabled due to build failure. Should be fixed by #368411 #368790" false;
|
enable = true;
|
||||||
environment = {
|
environment = {
|
||||||
DO_NOT_TRACK = "True";
|
DO_NOT_TRACK = "True";
|
||||||
SCARF_NO_ANALYTICS = "True";
|
SCARF_NO_ANALYTICS = "True";
|
||||||
|
Loading…
Reference in New Issue
Block a user