MyNixOS website logo
option

networking.proxy.noProxy

This option specifies the no_proxy environment variable. If a default proxy is used and noProxy is null, then noProxy will be set to 127.0.0.1,localhost.

Declarations
Type
null or string
Default
null
Example
"127.0.0.1,localhost,.localdomain"