OOH I think I get what I did wrong... fixed mailer for forgejo I assume
This commit is contained in:
parent
47e5789b81
commit
72fca64f24
|
@ -40,10 +40,10 @@
|
|||
mailer = {
|
||||
ENABLED = true;
|
||||
PROTOCOL = "sendmail";
|
||||
FROM = "no-reply@git.lillianviolet.dev";
|
||||
USER = "gitea";
|
||||
FROM = "git.lillianviolet.dev";
|
||||
USER = "no-reply";
|
||||
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
|
||||
SENDMAIL_ARGS = "";
|
||||
SENDMAIL_ARGS = "-bs";
|
||||
};
|
||||
repository = {
|
||||
ENABLE_PUSH_CREATE_USER = true;
|
||||
|
|
Loading…
Reference in a new issue