l owncloud: use php74
This commit is contained in:
parent
b663d3c597
commit
1bf8ca7240
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user