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";