Re-enable ollama open-webui
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m0s
Periodic flake update / flake-update (push) Successful in 1m20s

This commit is contained in:
2025-01-03 19:35:20 +01:00
parent 9ab446d309
commit 599e3f8f8f

View File

@@ -5,7 +5,7 @@
acceleration = "cuda";
};
services.open-webui = {
enable = lib.warn "open-webui disabled due to build failure. Should be fixed by #368411 #368790" false;
enable = true;
environment = {
DO_NOT_TRACK = "True";
SCARF_NO_ANALYTICS = "True";