From ff29175a04a238123d5dd1bc8cfa6eb2adefcc30 Mon Sep 17 00:00:00 2001 From: Julian Sutter Date: Wed, 30 Jul 2025 14:46:02 -0700 Subject: [PATCH] git credential store --- users/jsutter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/jsutter.nix b/users/jsutter.nix index 0a1337b..6944276 100644 --- a/users/jsutter.nix +++ b/users/jsutter.nix @@ -77,7 +77,7 @@ signing.format = "ssh"; extraConfig = { core.editor = "nano"; - credential.helper = "cache"; + credential.helper = "store"; init.defaultBranch = "main"; }; };