1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

deactivated smime signing for git

This commit is contained in:
Stefan Ellmauthaler 2021-12-20 16:21:30 +01:00
parent df30e863a7
commit c8a61ec3c8

View File

@ -9,10 +9,10 @@
userEmail = "stefan.ellmauthaler@tu-dresden.de";
extraConfig = {
core = { editor = "emacsclient"; };
gpg = {
format = "x509";
program = "gpgsm";
};
#gpg = {
# format = "x509";
# program = "gpgsm";
#};
user = { signingKey = "0x4998BEEE"; };
init = { defaultBranch = "main";};
branch = { autosetuprebase = "always";};