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:
Torjus Håkestad 2025-01-03 19:35:20 +01:00
parent 9ab446d309
commit 599e3f8f8f
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

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";