1
Fork 0
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:
RGBCube 2024-02-05 09:52:27 +03:00
parent 15cd94166b
commit 43ca89689d
No known key found for this signature in database

View file

@ -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";