git credential helper globally
This commit is contained in:
parent
aeba29ef35
commit
39496b44a0
1 changed files with 7 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
screen
|
||||
tldr
|
||||
nix-output-monitor
|
||||
git-credential-oauth
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
@ -20,4 +21,10 @@
|
|||
syntaxHighlight = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.etc."gitconfig".text = ''
|
||||
[credential]
|
||||
helper = oauth
|
||||
credentialStore = cache
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue