feat: enable gnome keyring
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# https://blog.gitbutler.com/how-git-core-devs-configure-git/
|
||||
|
||||
{pkgs, ...}: {
|
||||
programs.git-credential-oauth.enable = true;
|
||||
programs.git-credential-oauth.enable = false;
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "yadunand@yadunut.com";
|
||||
@@ -39,10 +39,10 @@
|
||||
rebase.updateRefs = true;
|
||||
|
||||
|
||||
|
||||
|
||||
credential.helper = [
|
||||
"${pkgs.git-credential-oauth}/bin/git-credential-oauth"
|
||||
];
|
||||
gpg.format = "ssh";
|
||||
# credential.helper = "oauth";
|
||||
credential = {
|
||||
"https://git.yadunut.dev" = {
|
||||
oauthClientId = "a4792ccc-144e-407e-86c9-5e7d8d9c3269";
|
||||
|
||||
Reference in New Issue
Block a user