No arguments?

This commit is contained in:
Lillian Violet 2024-01-02 12:30:41 +01:00
parent 7051feb429
commit 255523eac3

View file

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