From dce3035653f1754a78b32c3e71b3cd91bf79096d Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sun, 14 Jul 2024 14:14:43 +0200 Subject: [PATCH] git: add cache --- modules/shell/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/shell/git.nix b/modules/shell/git.nix index 0e5337c..7e49fb4 100644 --- a/modules/shell/git.nix +++ b/modules/shell/git.nix @@ -16,6 +16,7 @@ }; extraConfig = { gpg = { format = "ssh"; }; + credential = { helper = "cache --timeout=3600"; }; }; difftastic.enable = true; };