lol

Merge pull request #31044 from LumiGuide/fix-apache-httpd

apache-httpd: fix nix evaluation error

authored by

Graham Christensen and committed by
GitHub
e5a44f30 486c125d

+1
+1
nixos/modules/services/web-servers/apache-httpd/default.nix
··· 676 676 '' 677 677 ; Needed for PHP's mail() function. 678 678 sendmail_path = sendmail -t -i 679 + '' + optionalString (!isNull config.time.timeZone) '' 679 680 680 681 ; Apparently PHP doesn't use $TZ. 681 682 date.timezone = "${config.time.timeZone}"