networking.proxy.noProxy

NixOS option

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.

type: null or string
Default
null
Example
"127.0.0.1,localhost,.localdomain"
declared in: nixos/modules/config/networking.nixView source on NixOS/nixpkgs →