diff --git a/home/git.nix b/home/git.nix index 42128ff..c7cc174 100644 --- a/home/git.nix +++ b/home/git.nix @@ -34,7 +34,6 @@ }; extraConfig = { branch.sort = "-committerdate"; - log.showSignature = true; push.default = "current"; init.defaultBranch = "main"; };