services.aesmd.environment

NixOS option

Additional environment variables to pass to the AESM service.

type: attribute set of string
Default
{ }
Example
{
  AZDCAP_COLLATERAL_VERSION = "v2";
  AZDCAP_DEBUG_LOG_LEVEL = "INFO";
}
declared in: nixos/modules/services/security/aesmd.nixView source on NixOS/nixpkgs →