mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Don't use SSH for git on servers
This commit is contained in:
parent
6bd8a74dc4
commit
75b3da3f3c
1 changed files with 2 additions and 2 deletions
|
@ -58,9 +58,9 @@ homeConfiguration {
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "master";
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
|
|
||||||
url."ssh://git@github.com/".insteadOf = "https://github.com/";
|
|
||||||
} // lib.optionalAttrs ulib.isDesktop {
|
} // lib.optionalAttrs ulib.isDesktop {
|
||||||
|
url."ssh://git@github.com/".insteadOf = "https://github.com/";
|
||||||
|
|
||||||
commit.gpgSign = true;
|
commit.gpgSign = true;
|
||||||
gpg.format = "ssh";
|
gpg.format = "ssh";
|
||||||
user.signingKey = "~/.ssh/id_rsa";
|
user.signingKey = "~/.ssh/id_rsa";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue