Compare commits
No commits in common. "8bb61cdadf51e57668d15b2cc0c5e23fea43830e" and "b8545d5489fbfa2eab50472c6a454c689439c291" have entirely different histories.
8bb61cdadf
...
b8545d5489
@ -29,7 +29,6 @@ in
|
|||||||
ijq
|
ijq
|
||||||
incus
|
incus
|
||||||
jellyfin-media-player
|
jellyfin-media-player
|
||||||
jujutsu
|
|
||||||
jq
|
jq
|
||||||
kitty
|
kitty
|
||||||
kubectl
|
kubectl
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user