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;
|
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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue