hexchen: don't sign by default

This commit is contained in:
hexchen 2020-12-01 20:01:20 +00:00
parent 1987592f13
commit 57621265e7
No known key found for this signature in database
GPG key ID: A3964C0D77F38CC9

View file

@ -42,7 +42,7 @@
userEmail = "hexchen@lilwit.ch"; userEmail = "hexchen@lilwit.ch";
signing = { signing = {
key = "B1DF5EAD"; key = "B1DF5EAD";
signByDefault = true; signByDefault = false;
}; };
extraConfig = { extraConfig = {
pull.rebase = true; pull.rebase = true;