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