diff --git a/modules/openwebui.nix b/modules/openwebui.nix index 3667758..2013cee 100644 --- a/modules/openwebui.nix +++ b/modules/openwebui.nix @@ -23,6 +23,8 @@ in "${stateDir}/build:/app/frontend/build" ]; + extraOptions = [ "--pull=newer" ]; + environment = { ANONYMIZED_TELEMETRY = "False"; DO_NOT_TRACK = "True";