Much change, kinda broke my git history

This commit is contained in:
Julien Malka 2021-12-22 22:16:48 +01:00
parent dbd0f9a448
commit af11597854
12 changed files with 104 additions and 17 deletions

View file

@ -8,7 +8,7 @@ let
host = "smtp-relay.sendinblue.com";
port = "587";
user = "julien.malka@me.com";
passwordeval = "${pkgs.gnupg}/bin/gpg -q --batch --passphrase-file /home/julien/email-passphrase -d ${./sendinblue.pass.gpg}";
passwordeval = "cat /run/secrets/sendinblue-mail-passwd";
from = emailFrom;
};