Compare commits

...

2 Commits

Author SHA1 Message Date
8bb61cdadf
Add jujutsu
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m54s
Periodic flake update / flake-update (push) Successful in 1m29s
2025-02-20 10:25:41 +01:00
dbafa375d4
Re-enable open webui 2025-02-20 10:25:19 +01:00
2 changed files with 3 additions and 2 deletions

View File

@ -29,6 +29,7 @@ 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";