Remove auth from ollama.

This commit is contained in:
ediblerope 2026-05-12 21:27:12 +01:00
parent c299ead75c
commit 6dc6d327a0

View file

@ -6,6 +6,7 @@
services.open-webui.enable = true;
services.open-webui.port = 8888;
services.open-webui.environment.WEBUI_AUTH = "False"; # auth handled by Authelia upstream
nixpkgs.overlays = [
(final: prev: {