modules/services/web-servers/apache-httpd: add apache user to the apache group

This commit is contained in:
Peter Simons 2012-07-23 22:00:35 +02:00
parent 52c97adaba
commit b3627f6c69

@ -559,6 +559,7 @@ in
users.extraUsers = singleton
{ name = mainCfg.user;
group = mainCfg.group;
description = "Apache httpd user";
};