diff --git a/config/modules/git.nix b/config/modules/git.nix index 3ae818a..f9a93cf 100644 --- a/config/modules/git.nix +++ b/config/modules/git.nix @@ -14,9 +14,9 @@ email = "doloroo@proton.me"; signingKey = "089B373588540877"; }; - commit = { - gpgSign = true; - }; + # commit = { + # gpgSign = true; + # }; pull = { rebase = true; };