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.
- Type
null or string- Default
null- Example
"127.0.0.1,localhost,.localdomain"- Declared
- <nixpkgs/nixos/modules/config/networking.nix>