open-webui: increase memory for open-webui test
This commit is contained in:
parent
670ebbc7b5
commit
ec3406039d
1 changed files with 2 additions and 0 deletions
|
|
@ -143,6 +143,8 @@ let
|
|||
sso =
|
||||
{ config, ... }:
|
||||
{
|
||||
virtualisation.memorySize = 4096;
|
||||
|
||||
shb.open-webui = {
|
||||
sso = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue