Default to SSH for github.com

This commit is contained in:
Valentin Brandl 2025-01-16 19:46:15 +01:00
parent d6a86058af
commit 1299d23ec5
Signed by: vbrandl
GPG Key ID: 7FB009175885FC76

View File

@ -25,6 +25,11 @@ user:
sendemail = {
smtpserver = "${pkgs.msmtp}/bin/msmtp";
};
url = {
"git@github.com:" = {
insteadOf = "https://github.com/";
};
};
};
signing = {
key = "1FFE431282F4B8CC0A7579167FB009175885FC76";