nixos/httpd: remove unnecessary sendmail configuration
PHP now uses system-sendmail without special configuration.
This commit is contained in:
parent
302ef60620
commit
05eb3496e6
@ -693,9 +693,6 @@ in
|
|||||||
|
|
||||||
services.httpd.phpOptions =
|
services.httpd.phpOptions =
|
||||||
''
|
''
|
||||||
; Needed for PHP's mail() function.
|
|
||||||
sendmail_path = ${pkgs.system-sendmail}/bin/sendmail -t -i
|
|
||||||
|
|
||||||
; Don't advertise PHP
|
; Don't advertise PHP
|
||||||
expose_php = off
|
expose_php = off
|
||||||
'' + optionalString (config.time.timeZone != null) ''
|
'' + optionalString (config.time.timeZone != null) ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user