Compare commits

..

No commits in common. "8bb61cdadf51e57668d15b2cc0c5e23fea43830e" and "b8545d5489fbfa2eab50472c6a454c689439c291" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -29,7 +29,6 @@ in
ijq
incus
jellyfin-media-player
jujutsu
jq
kitty
kubectl

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