fix(self_host/jellyfin): adding the datausers to arr's services

This commit is contained in:
Raphael 2025-12-04 00:16:28 +01:00
parent 0db03f2815
commit 9fa7f7b41b
No known key found for this signature in database

View file

@ -13,6 +13,8 @@ in
groups.datausers = { }; groups.datausers = { };
users = { users = {
jellyfin.extraGroups = [ "datausers" ]; jellyfin.extraGroups = [ "datausers" ];
radarr.extraGroups = [ "datausers" ];
sonarr.extraGroups = [ "datausers" ];
}; };
}; };
services = { services = {