mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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 = {
|
||||
init.defaultBranch = "master";
|
||||
push.autoSetupRemote = true;
|
||||
|
||||
url."ssh://git@github.com/".insteadOf = "https://github.com/";
|
||||
} // lib.optionalAttrs ulib.isDesktop {
|
||||
url."ssh://git@github.com/".insteadOf = "https://github.com/";
|
||||
|
||||
commit.gpgSign = true;
|
||||
gpg.format = "ssh";
|
||||
user.signingKey = "~/.ssh/id_rsa";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue