diff --git a/user/daniel/home.nix b/user/daniel/home.nix index 89fc04f..039d82f 100644 --- a/user/daniel/home.nix +++ b/user/daniel/home.nix @@ -121,6 +121,12 @@ extraConfig = { pull.rebase = true; init.defaultBranch = "main"; + sendemail = { + smtpUser = "me@danielpatterson.dev"; + smtpServer = "smtp.fastmail.com"; + smtpEncryption = "tls"; + smtpServerPort = 587; + }; }; };