Fix trying to add users to non-existent groups
This commit is contained in:
@@ -596,7 +596,7 @@ in
|
||||
|
||||
users.extraUsers = optionalAttrs (mainCfg.user == "wwwrun") (singleton
|
||||
{ name = "wwwrun";
|
||||
group = "wwwrun";
|
||||
group = mainCfg.group;
|
||||
description = "Apache httpd user";
|
||||
uid = config.ids.uids.wwwrun;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user