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 150 PrivateDevices = true; 151 151 ProtectSystem = "full"; 152 152 ProtectHome = true; 153 - NoNewPrivileges = true; 154 153 RestrictAddressFamilies = "AF_UNIX AF_INET AF_INET6"; 155 154 Type = "notify"; 156 155 ExecStart = "${cfg.phpPackage}/bin/php-fpm -y ${cfgFile} -c ${phpIni}";