open-webui: speed up test by enabling offline mode
This commit is contained in:
parent
becc0db9ff
commit
fcb5b84dcb
1 changed files with 2 additions and 0 deletions
|
|
@ -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}" ];
|
||||
|
|
|
|||
Loading…
Reference in a new issue