services.gitlab: add email_from option

This commit is contained in:
2023-11-20 22:25:47 +08:00
parent 083cf9524c
commit 757f0f63bf

View File

@@ -31,6 +31,7 @@ inputs:
domain = gitlab.hostname;
authentication = "login";
};
extraConfig.gitlab.email_from = "bot@chn.moe";
secrets =
{
secretFile = inputs.config.sops.secrets."gitlab/secret".path;