Remove auth from ollama.
This commit is contained in:
parent
c299ead75c
commit
6dc6d327a0
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
services.open-webui.enable = true;
|
services.open-webui.enable = true;
|
||||||
services.open-webui.port = 8888;
|
services.open-webui.port = 8888;
|
||||||
|
services.open-webui.environment.WEBUI_AUTH = "False"; # auth handled by Authelia upstream
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue