2.home-manager/tests/modules/programs/docker-cli/example-config.json
2025-07-10 15:36:53 -05:00

9 lines
180 B
JSON

{
"proxies": {
"default": {
"httpProxy": "http://proxy.example.org:3128",
"httpsProxy": "http://proxy.example.org:3128",
"noProxy": "localhost"
}
}
}