services.httpd.user
NixOS option
User account under which httpd children processes run. If you require the main httpd process to run as root add the following configuration: systemd.services.httpd.serviceConfig.User = lib.mkForce "root";
type: stringDefault
declared in: nixos/modules/services/web-servers/apache-httpd/default.nixView source on NixOS/nixpkgs →"wwwrun"