nixos/httpd: remove unnecessary sendmail configuration

PHP now uses system-sendmail without special configuration.
This commit is contained in:
Konrad Borowski 2020-10-01 12:05:08 +02:00
parent 302ef60620
commit 05eb3496e6

View File

@ -693,9 +693,6 @@ in
services.httpd.phpOptions =
''
; Needed for PHP's mail() function.
sendmail_path = ${pkgs.system-sendmail}/bin/sendmail -t -i
; Don't advertise PHP
expose_php = off
'' + optionalString (config.time.timeZone != null) ''