aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/git.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/git.nix b/modules/git.nix
index 618c528..cb87206 100644
--- a/modules/git.nix
+++ b/modules/git.nix
@@ -8,6 +8,8 @@
userName = "schererleander";
userEmail = "leander@schererleander.de";
extraConfig = {
+ user.signingkey = "506793F115464BB4";
+ commit.gpgsign = "true";
pull.rebase = true;
alias.co = "checkout";
alias.br = "branch";