fully disable gpgsign in git

This commit is contained in:
get 2024-04-11 22:15:50 +02:00
commit 0a79c238a0

View file

@ -46,9 +46,9 @@ in {
push.autoSetupRemote = true; push.autoSetupRemote = true;
commit = { commit = {
verbose = true; verbose = true;
gpgsign = true; # gpgsign = true;
}; };
gpg.format = "ssh"; # gpg.format = "ssh";
# user.signingkey = "key::${cfg.signingKey}"; # user.signingkey = "key::${cfg.signingKey}";
merge.conflictstyle = "zdiff3"; merge.conflictstyle = "zdiff3";
interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only"; interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only";