mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
committed by
Austin Horstman
parent
1e9c01bbbb
commit
0b9bf983db
@@ -24,7 +24,7 @@ in
|
||||
settings = mkOption {
|
||||
type = yamlFormat.type;
|
||||
default = { };
|
||||
example = ''
|
||||
example = lib.literalExpression ''
|
||||
{
|
||||
httpProxy = "http://proxy.example.org:3128";
|
||||
httpsProxy = "http://proxy.example.org:3128";
|
||||
|
||||
Reference in New Issue
Block a user