2.home-manager/tests/modules/programs/docker-cli/example-config.json
Friedrich Altheide c6a01e54af docker-cli: add module (#7411)
(cherry picked from commit 729c5e5465)
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-10 23:35:17 -05:00

9 lines
180 B
JSON

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