diff --git a/common/dotfiles/git.nix b/common/dotfiles/git.nix index 67d732f7..da5fba9c 100644 --- a/common/dotfiles/git.nix +++ b/common/dotfiles/git.nix @@ -4,7 +4,7 @@ userName = "albert"; userEmail = "albert@sysctl.io"; extraConfig = { - # core.askPass = "true"; + core.askPass = "false"; credential.helper = "cache --timeout=25920000"; user.signingkey = "64F6C4EB46C4543A"; commit.gpgsign = "true";