fix(container-vault-sgx-azure): increase max file descriptors for vault

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-08-08 09:23:50 +02:00
parent bb93775252
commit 2d1d68210b
Signed by: harald
GPG key ID: F519A1143B3FBE32

View file

@ -17,6 +17,8 @@ nixsgxLib.mkSGXContainer {
inherit tag;
inherit appDir;
extraCmd = "echo \"Starting ${container-name}\"; gramine-sgx-sigstruct-view app.sig; ulimit -n 65535; ulimit -n";
packages = [
teepot.teepot.tee_ratls_preexec
vault