From 466bde0a263f70a22a92f42fb04bee885e659ed0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 10 Nov 2025 14:31:33 +0100 Subject: [PATCH] pull openwebui --- modules/openwebui.nix | 2 ++ 1 file changed, 2 insertions(+) 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";