MyNixOS website logo
option

services.aesmd.settings.proxyType

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.

Declarations
Type
null or one of "default", "direct", "manual"
Default
if (config.services.aesmd.settings.proxy != null) then "manual" else null
Example
"default"