change gh config, use ssh as git protocol

This commit is contained in:
ulic-youthlic 2025-01-11 17:18:50 +08:00
parent 716ac2e6a8
commit 7eba147c9a
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -36,6 +36,10 @@
};
programs.gh = {
enable = true;
gitCredentialHelper.enable = true;
settings = {
git_protocol = "ssh";
};
};
programs.git = lib.mkMerge [
{