Yeah guess not, mailer is breaking it, idk why, look at it later

This commit is contained in:
Lillian-Violet 2024-01-02 13:06:39 +01:00
parent 6130388b8b
commit cf6aaf6146

View file

@ -37,14 +37,14 @@
SCHEDULE = "@every 24h"; SCHEDULE = "@every 24h";
UPDATE_EXISTING = true; UPDATE_EXISTING = true;
}; };
mailer = { # mailer = {
ENABLED = true; # ENABLED = true;
PROTOCOL = "sendmail"; # PROTOCOL = "sendmail";
FROM = "git.lillianviolet.dev"; # FROM = "git.lillianviolet.dev";
USER = "no-reply"; # USER = "no-reply";
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail"; # SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
SENDMAIL_ARGS = "-bs"; # SENDMAIL_ARGS = "-bs";
}; # };
repository = { repository = {
ENABLE_PUSH_CREATE_USER = true; ENABLE_PUSH_CREATE_USER = true;
}; };