Sendmail fix hopefully

This commit is contained in:
Lillian-Violet 2024-01-02 12:16:14 +01:00
parent 7d5352f058
commit 70a0ce7ae4

View file

@ -41,7 +41,7 @@
ENABLED = true;
PROTOCOL = "sendmail";
FROM = "no-reply@git.lillianviolet.dev";
SENDMAIL_PATH = "sendmail";
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
SENDMAIL_ARGS = "-bs";
};
repository = {