sgx: add /etc/sgx_default_qcnl.conf
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
ab3402a274
commit
162da63f38
|
@ -35,4 +35,17 @@ with lib.plusultra;
|
||||||
powerManagement.cpuFreqGovernor = "ondemand";
|
powerManagement.cpuFreqGovernor = "ondemand";
|
||||||
|
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
|
|
||||||
|
environment.etc."sgx_default_qcnl.conf".text = ''
|
||||||
|
{
|
||||||
|
"pccs_url": "https://127.0.0.1:8081/sgx/certification/v4/",
|
||||||
|
"use_secure_cert": false,
|
||||||
|
"collateral_service": "https://api.trustedservices.intel.com/sgx/certification/v4/",
|
||||||
|
"retry_times": 6,
|
||||||
|
"retry_delay": 10,
|
||||||
|
"pck_cache_expire_hours": 168,
|
||||||
|
"verify_collateral_cache_expire_hours": 168,
|
||||||
|
"local_cache_only": false
|
||||||
|
}
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue