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