diff --git a/homeConfigs/modules/git.nix b/homeConfigs/modules/git.nix index d9b9958..2c327ed 100644 --- a/homeConfigs/modules/git.nix +++ b/homeConfigs/modules/git.nix @@ -19,6 +19,8 @@ push.autoSetupRemote = true; rerere.enabled = true; help.autocorrect = 1; + user.signingkey = "251B4BD73683A8DF13D760A868BFAFE31DF313AD"; + commit.gpgsign = true; }; aliases = { fuck = "!f() { git reset --hard \"@{upstream}\" && git restore . && git clean -f .; };f";