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 stringDefault
null
Example
declared in: nixos/modules/config/networking.nixView source on NixOS/nixpkgs →"127.0.0.1,localhost,.localdomain"