Run all nixng containers under particular user/group
This commit is contained in:
parent
fe960448c6
commit
a22c34716e
10 changed files with 117 additions and 23 deletions
21
nixng-modules/ids.nix
Normal file
21
nixng-modules/ids.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{...}: {
|
||||
ids = {
|
||||
uids = {
|
||||
radicale = 408;
|
||||
jellyseerr = 409;
|
||||
radarr = 410;
|
||||
sonarr = 411;
|
||||
bazarr = 412;
|
||||
prowlarr = 413;
|
||||
};
|
||||
|
||||
gids = {
|
||||
radicale = 408;
|
||||
jellyseerr = 409;
|
||||
radarr = 410;
|
||||
sonarr = 411;
|
||||
bazarr = 412;
|
||||
prowlarr = 413;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue