services.aesmd.settings.proxyType

NixOS option

Type of proxy to use. The default uses the system’s default proxy. If direct is given, uses no proxy. A value of manual uses the proxy from services.aesmd.settings.proxy.

type: null or one of "default", "direct", "manual"
Default
if (config.services.aesmd.settings.proxy != null) then "manual" else null
Example
"default"
declared in: nixos/modules/services/security/aesmd.nixView source on NixOS/nixpkgs →