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