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"; userEmail = "stefan.ellmauthaler@tu-dresden.de";
extraConfig = { extraConfig = {
core = { editor = "emacsclient"; }; core = { editor = "emacsclient"; };
gpg = { #gpg = {
format = "x509"; # format = "x509";
program = "gpgsm"; # program = "gpgsm";
}; #};
user = { signingKey = "0x4998BEEE"; }; user = { signingKey = "0x4998BEEE"; };
init = { defaultBranch = "main";}; init = { defaultBranch = "main";};
branch = { autosetuprebase = "always";}; branch = { autosetuprebase = "always";};