services.gitea.settings.mailer.SENDMAIL_PATH
NixOS option
Path to sendmail binary or script.
type: stringDefault
declared in: nixos/modules/services/misc/gitea.nixView source on NixOS/nixpkgs →if config.services.gitea.settings.mailer.ENABLED && config.services.gitea.settings.mailer.PROTOCOL == "sendmail" then "/run/wrappers/bin/sendmail" else "sendmail"