diff --git a/modules/home/core/cli.nix b/modules/home/core/cli.nix index 6dc7b7c..d53655c 100644 --- a/modules/home/core/cli.nix +++ b/modules/home/core/cli.nix @@ -92,6 +92,7 @@ enable = true; settings = { pull.rebase = "true"; + credential.helper = "cache --timeout=3600"; user = { name = git.user; email = git.email;