fully disable gpgsign in git
This commit is contained in:
parent
a5e0303d79
commit
a5c86d176b
1 changed files with 2 additions and 2 deletions
|
@ -46,9 +46,9 @@ in {
|
|||
push.autoSetupRemote = true;
|
||||
commit = {
|
||||
verbose = true;
|
||||
gpgsign = true;
|
||||
# gpgsign = true;
|
||||
};
|
||||
gpg.format = "ssh";
|
||||
# gpg.format = "ssh";
|
||||
# user.signingkey = "key::${cfg.signingKey}";
|
||||
merge.conflictstyle = "zdiff3";
|
||||
interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue