modules/services/web-servers/apache-httpd: add apache user to the apache group
This commit is contained in:
parent
52c97adaba
commit
b3627f6c69
@ -559,6 +559,7 @@ in
|
||||
|
||||
users.extraUsers = singleton
|
||||
{ name = mainCfg.user;
|
||||
group = mainCfg.group;
|
||||
description = "Apache httpd user";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user