mirror of
https://github.com/nix-community/home-manager
synced 2024-11-13 06:39:44 +01:00
gh: add github gist to default credential hosts
This commit is contained in:
parent
626966eb51
commit
e31b2f32cd
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ in {
|
||||||
|
|
||||||
hosts = mkOption {
|
hosts = mkOption {
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
default = [ "https://github.com" ];
|
default = [ "https://github.com" "https://gist.github.com" ];
|
||||||
description = "GitHub hosts to enable the gh git credential helper for";
|
description = "GitHub hosts to enable the gh git credential helper for";
|
||||||
example = literalExpression ''
|
example = literalExpression ''
|
||||||
[ "https://github.com" "https://github.example.com" ]
|
[ "https://github.com" "https://github.example.com" ]
|
||||||
|
|
Loading…
Reference in a new issue