1

feat: limit gh credential helper to github endpoints

This commit is contained in:
Himadri Bhattacharjee
2024-02-28 13:58:38 +05:30
parent 8fb5eb3d7f
commit 5867b6b85d

View File

@@ -43,7 +43,8 @@
delta.enable = true;
extraConfig = {
credential.helper = "${pkgs.gh}/bin/gh auth git-credential";
credential."https://github.com".helper = "${pkgs.gh}/bin/gh auth git-credential";
credential."https://gist.github.com".helper = "${pkgs.gh}/bin/gh auth git-credential";
gpg.format = "ssh";
};
signing.signByDefault = true;