diff --git a/hosts/pluto/services/pterodactyl.nix b/hosts/pluto/services/pterodactyl.nix index f907a05..8cfc6df 100644 --- a/hosts/pluto/services/pterodactyl.nix +++ b/hosts/pluto/services/pterodactyl.nix @@ -93,6 +93,7 @@ services.phpfpm.pools.mypool = { user = "nobody"; + package = pkgs.php; settings = { "pm" = "dynamic"; "listen.owner" = config.services.nginx.user;