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

This commit is contained in:
Torjus Håkestad 2025-02-08 11:28:27 +01:00
parent 3a75f76bd6
commit 2c139f3b1e
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -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";