Disable open-webui due to build failure
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m29s
Periodic flake update / flake-update (push) Successful in 2m8s

This commit is contained in:
2025-03-24 12:02:35 +01:00
parent dd6738fce3
commit eecf14c3c0

View File

@@ -5,8 +5,8 @@
acceleration = "cuda";
};
services.open-webui = {
enable = true;
# enable = lib.warn "Open WebUI is disabled" false;
# 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";