fix(self_host/jellyfin): adding the datausers to arr's services
This commit is contained in:
parent
0db03f2815
commit
9fa7f7b41b
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ in
|
|||
groups.datausers = { };
|
||||
users = {
|
||||
jellyfin.extraGroups = [ "datausers" ];
|
||||
radarr.extraGroups = [ "datausers" ];
|
||||
sonarr.extraGroups = [ "datausers" ];
|
||||
};
|
||||
};
|
||||
services = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue