Disable open-webui due to build failure
This commit is contained in:
parent
3a75f76bd6
commit
2c139f3b1e
@ -5,7 +5,8 @@
|
||||
acceleration = "cuda";
|
||||
};
|
||||
services.open-webui = {
|
||||
enable = true;
|
||||
# enable = true;
|
||||
enable = lib.warn "Open WebUI is disabled" false;
|
||||
environment = {
|
||||
VECTOR_DB = "pgvector";
|
||||
PGVECTOR_DB_URL = "postgresql://openwebui:openwebui@pgdb1.home.2rjus.net:5432/openwebui";
|
||||
|
Loading…
Reference in New Issue
Block a user