Compare commits
2 Commits
b8545d5489
...
8bb61cdadf
Author | SHA1 | Date | |
---|---|---|---|
8bb61cdadf | |||
dbafa375d4 |
@ -29,6 +29,7 @@ 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