From 93fd2215da97b6b5832f9a8590fb334590e4b5ea Mon Sep 17 00:00:00 2001 From: tomoron Date: Sat, 11 Oct 2025 00:02:54 +0200 Subject: [PATCH] gpg signed commits --- homeConfigs/modules/git.nix | 2 ++ 1 file changed, 2 insertions(+) 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";