Configure apache to use php 8.0

This commit is contained in:
2025-05-31 15:46:09 -07:00
parent dbfe474299
commit a9e74478c9

View File

@@ -14,7 +14,7 @@ in {
services.httpd = {
enable = true;
enablePHP = true;
# phpPackage = inputs.phps.packages.x86_64-linux.php74;
phpPackage = inputs.phps.packages.x86_64-linux.php80;
extraConfig = ''
ScriptAlias /fortune ${fortune}/bin/fortune
'';