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 147 cfgFile = fpmCfgFile pool poolConfig; 148 148 in { 149 149 Slice = "phpfpm.slice"; 150 - PrivateTmp = true; 151 150 PrivateDevices = true; 152 151 ProtectSystem = "full"; 153 152 ProtectHome = true;