1
Fork 0
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:
RGBCube 2024-01-02 14:18:32 +03:00
parent 6bd8a74dc4
commit 75b3da3f3c
No known key found for this signature in database

View file

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