No arguments?
This commit is contained in:
parent
7051feb429
commit
255523eac3
|
@ -43,7 +43,7 @@
|
||||||
FROM = "no-reply@git.lillianviolet.dev";
|
FROM = "no-reply@git.lillianviolet.dev";
|
||||||
USER = "gitea";
|
USER = "gitea";
|
||||||
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
|
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
|
||||||
SENDMAIL_ARGS = "-bs";
|
SENDMAIL_ARGS = "--";
|
||||||
};
|
};
|
||||||
repository = {
|
repository = {
|
||||||
ENABLE_PUSH_CREATE_USER = true;
|
ENABLE_PUSH_CREATE_USER = true;
|
||||||
|
|
Loading…
Reference in a new issue