l owncloud: use php74

This commit is contained in:
lassulus 2022-05-29 20:13:15 +02:00
parent b663d3c597
commit 1bf8ca7240

View file

@ -174,6 +174,7 @@ rec {
services.phpfpm.pools."${domain}" = {
user = "nginx";
group = "nginx";
phpPackage = pkgs.php74;
extraConfig = ''
listen = /srv/http/${domain}/phpfpm.pool
pm = dynamic