feat(git): use oauth instead of cache credential manager for git

This commit is contained in:
Michael Mandl 2024-12-16 08:27:23 +01:00
parent 1c5da196a4
commit 999b53d209
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

@ -3,6 +3,7 @@
{ {
programs = { programs = {
less.enable = true; less.enable = true;
git-credential-oauth.enable = true;
git = { git = {
enable = true; enable = true;
@ -28,8 +29,6 @@
core.editor = "nvim"; core.editor = "nvim";
core.pager = "less -FX"; core.pager = "less -FX";
credential.helper = "cache --timeout=36000";
diff.ignoreSubmodules = "none"; diff.ignoreSubmodules = "none";
fetch.parallel = 8; fetch.parallel = 8;