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

Make Git automatically use SSH instead of HTTPS

This commit is contained in:
RGBCube 2023-05-23 20:34:35 +03:00
parent 926b5b97b0
commit 360bdcace6
No known key found for this signature in database

View file

@ -26,6 +26,7 @@ homeConfiguration "nixos" {
gpg.format = "ssh";
user.signingKey = "~/.ssh/id_rsa";
commit.gpgSign = true;
url."ssh://git@github.com/".insteadOf = "https://github.com/";
};
};
}