Sendmail fix hopefully

This commit is contained in:
Lillian Violet 2024-01-02 12:16:14 +01:00
parent 68031d3c70
commit 293f313059

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 = {