phpfpm service: don't use private /tmp

This breaks local PostgreSQL connections.

authored by Nikolay Amiantov and committed by Robin Gloster 417844b5 a9172891

-1
-1
nixos/modules/services/web-servers/phpfpm/default.nix
··· 147 cfgFile = fpmCfgFile pool poolConfig; 148 in { 149 Slice = "phpfpm.slice"; 150 - PrivateTmp = true; 151 PrivateDevices = true; 152 ProtectSystem = "full"; 153 ProtectHome = true;
··· 147 cfgFile = fpmCfgFile pool poolConfig; 148 in { 149 Slice = "phpfpm.slice"; 150 PrivateDevices = true; 151 ProtectSystem = "full"; 152 ProtectHome = true;