Merge pull request #2894 from kirelagin/fixusergroup

Fix conditional handling of users and groups in some services
This commit is contained in:
Michael Raskin
2014-06-30 10:16:20 +04:00
2 changed files with 6 additions and 6 deletions
@@ -68,7 +68,7 @@ in
users.extraUsers = optionalAttrs (cfg.user == "openldap") (singleton
{ name = "openldap";
group = "openldap";
group = cfg.group;
uid = config.ids.uids.openldap;
});