lol

phpfpm service: remove NoNewPrivileges systemd option

This interferes with sendmail because suid won't work. Fixes #26611.

-1
-1
nixos/modules/services/web-servers/phpfpm/default.nix
··· 150 PrivateDevices = true; 151 ProtectSystem = "full"; 152 ProtectHome = true; 153 - NoNewPrivileges = true; 154 RestrictAddressFamilies = "AF_UNIX AF_INET AF_INET6"; 155 Type = "notify"; 156 ExecStart = "${cfg.phpPackage}/bin/php-fpm -y ${cfgFile} -c ${phpIni}";
··· 150 PrivateDevices = true; 151 ProtectSystem = "full"; 152 ProtectHome = true; 153 RestrictAddressFamilies = "AF_UNIX AF_INET AF_INET6"; 154 Type = "notify"; 155 ExecStart = "${cfg.phpPackage}/bin/php-fpm -y ${cfgFile} -c ${phpIni}";