From 4b242772b75504dad79a9724abaca105c8255da7 Mon Sep 17 00:00:00 2001 From: hexchen Date: Tue, 1 Dec 2020 18:58:54 +0000 Subject: [PATCH] users: update hexchen git config --- configuration/common/hexchen.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration/common/hexchen.nix b/configuration/common/hexchen.nix index 26d351f..48199ea 100644 --- a/configuration/common/hexchen.nix +++ b/configuration/common/hexchen.nix @@ -40,6 +40,13 @@ enable = true; userName = "hexchen"; userEmail = "hexchen@lilwit.ch"; + signing = { + key = "B1DF5EAD"; + signByDefault = true; + }; + extraConfig = { + pull.rebase = true; + }; }; programs.bat.enable = true;