mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
(cherry picked from commit 729c5e5465)
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
10 lines
180 B
JSON
10 lines
180 B
JSON
{
|
|
"proxies": {
|
|
"default": {
|
|
"httpProxy": "http://proxy.example.org:3128",
|
|
"httpsProxy": "http://proxy.example.org:3128",
|
|
"noProxy": "localhost"
|
|
}
|
|
}
|
|
}
|