From 5d8c281c7f49abb52ab9bb79dbe6e8db7dad32cd Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 3 May 2024 17:46:57 -0400 Subject: [PATCH] change user --- hosts/pluto/services/pterodactyl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pluto/services/pterodactyl.nix b/hosts/pluto/services/pterodactyl.nix index b0e2031..2551209 100644 --- a/hosts/pluto/services/pterodactyl.nix +++ b/hosts/pluto/services/pterodactyl.nix @@ -106,7 +106,7 @@ extension=${pkgs.php81Extensions.zip}/lib/php/extensions/zip.so ''; pools.pterodactyl = { - user = "nobody"; + user = config.services.nginx.user; phpPackage = pkgs.php81; settings = { "pm" = "dynamic";