programs.docker-cli.settings
Home-Manager option
Available configuration options for the Docker CLI see: <https://docs.docker.com/reference/cli/docker/#docker-cli-configuration-file-configjson-properties
type: JSON valueDefault
{ }Example
declared in: <home-manager/modules/programs/docker-cli.nix>source unavailable{ "proxies" = { "default" = { "httpProxy" = "http://proxy.example.org:3128"; "httpsProxy" = "http://proxy.example.org:3128"; "noProxy" = "localhost"; }; };