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";
|
||||
extraConfig = {
|
||||
core = { editor = "emacsclient"; };
|
||||
gpg = {
|
||||
format = "x509";
|
||||
program = "gpgsm";
|
||||
};
|
||||
#gpg = {
|
||||
# format = "x509";
|
||||
# program = "gpgsm";
|
||||
#};
|
||||
user = { signingKey = "0x4998BEEE"; };
|
||||
init = { defaultBranch = "main";};
|
||||
branch = { autosetuprebase = "always";};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user