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:
parent
df30e863a7
commit
c8a61ec3c8
@ -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";};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user