1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

chore: reenable open webui

This commit is contained in:
oddlama 2024-09-07 01:41:23 +02:00
parent 7b2df57448
commit 0d485522e5
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -33,7 +33,7 @@ in {
};
services.open-webui = {
enable = builtins.trace "open-webui disabled because opentelemetry python is broken" false;
enable = true;
host = "0.0.0.0";
port = 11222;
environment = {