services.aesmd.environment
NixOS option
Additional environment variables to pass to the AESM service.
type: attribute set of stringDefault
{ }Example
declared in: nixos/modules/services/security/aesmd.nixView source on NixOS/nixpkgs →{
AZDCAP_COLLATERAL_VERSION = "v2";
AZDCAP_DEBUG_LOG_LEVEL = "INFO";
}