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