mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 20:17:45 +00:00
Fix git pulling on vpses
This commit is contained in:
parent
15cd94166b
commit
43ca89689d
1 changed files with 2 additions and 2 deletions
|
@ -64,10 +64,10 @@ homeConfiguration {
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "master";
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
} // lib.optionalAttrs ulib.isDesktop {
|
|
||||||
core.sshCommand = "ssh -i ~/.ssh/id";
|
core.sshCommand = "ssh -i ~/.ssh/id";
|
||||||
url."ssh://git@github.com/".insteadOf = "https://github.com/";
|
url."ssh://git@github.com/".insteadOf = "https://github.com/";
|
||||||
|
} // lib.optionalAttrs ulib.isDesktop {
|
||||||
commit.gpgSign = true;
|
commit.gpgSign = true;
|
||||||
gpg.format = "ssh";
|
gpg.format = "ssh";
|
||||||
user.signingKey = "~/.ssh/id";
|
user.signingKey = "~/.ssh/id";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue