diff --git a/test/services/open-webui.nix b/test/services/open-webui.nix index 3d9763b..da9e576 100644 --- a/test/services/open-webui.nix +++ b/test/services/open-webui.nix @@ -34,6 +34,8 @@ let enable = true; inherit (config.test) subdomain domain; }; + # Speeds up tests because models can't be downloaded anyway and that leads to retries. + services.open-webui.environment.OFFLINE_MODE = "true"; networking.hosts = { "127.0.0.1" = [ "${config.test.subdomain}.${config.test.domain}" ];