1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Use the id file for git SSH

This commit is contained in:
RGBCube 2024-01-11 14:12:15 +03:00
parent a52a51542c
commit fbb53380ca
No known key found for this signature in database

View file

@ -63,6 +63,7 @@ homeConfiguration {
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/";
commit.gpgSign = true;