use SSH for things that specify HTTP github URLs
This commit is contained in:
parent
5bd3d3fdd1
commit
33f509e218
1 changed files with 11 additions and 0 deletions
|
@ -226,4 +226,15 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.bat.enable = true;
|
programs.bat.enable = true;
|
||||||
|
|
||||||
|
programs.git = {
|
||||||
|
enable = true;
|
||||||
|
extraConfig = {
|
||||||
|
url = {
|
||||||
|
"ssh://git@github.com" = {
|
||||||
|
insteadOf = "https://github.com";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue