From 54e757b768952aa65922b904ed1f7e09120cfec6 Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 3 May 2024 17:19:10 -0400 Subject: [PATCH] add package --- hosts/pluto/services/pterodactyl.nix | 1 + 1 file changed, 1 insertion(+) 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;