fixing user groups for websides
Co-authored-by: fugi <me@fugi.dev> Co-authored-by: tenksom <joachim@stramke.com>
This commit is contained in:
parent
4a33da7ec2
commit
e18a99c452
2 changed files with 11 additions and 9 deletions
|
@ -10,7 +10,9 @@ in
|
|||
isSystemUser = true;
|
||||
};
|
||||
users.groups.${group} = { };
|
||||
|
||||
users.users.nginx = {
|
||||
extraGroups = [ group ];
|
||||
};
|
||||
services.phpfpm.pools.ifsrde = {
|
||||
user = user;
|
||||
group = group;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue