force 2000
This commit is contained in:
parent
c4d5d8c1f8
commit
b26f61f473
1 changed files with 1 additions and 3 deletions
|
|
@ -13,9 +13,7 @@ let
|
|||
in
|
||||
{
|
||||
config = {
|
||||
users.groups.media = {
|
||||
gid = 2000;
|
||||
};
|
||||
users.groups.media.gid = lib.mkForce 2000;
|
||||
|
||||
# Make sure all media services can write to NFS mediaDir.
|
||||
users.users.sonarr.extraGroups = lib.mkAfter [ "media" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue