From 0511e4d812ed7085ab7cf29c6345db995e2e183f Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 2 Mar 2022 02:45:44 +0000 Subject: [PATCH] Add git options --- user/daniel/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user/daniel/home.nix b/user/daniel/home.nix index 9983e19..7b3e0fd 100644 --- a/user/daniel/home.nix +++ b/user/daniel/home.nix @@ -115,7 +115,9 @@ extraConfig = { pull.rebase = true; init.defaultBranch = "main"; + format.signOff = "yes"; sendemail = { + annotate = "yes"; smtpUser = "me@danielpatterson.dev"; smtpServer = "smtp.fastmail.com"; smtpEncryption = "tls";