Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
nixos: kodi user
  • Loading branch information
peterhoeg committed Aug 4, 2017
1 parent a7c8f5e commit dc1b666
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos/modules/misc/ids.nix
Expand Up @@ -302,6 +302,8 @@

nixbld = 30000; # start of range of uids
nobody = 65534;

kodi = 301;
};

ids.gids = {
Expand Down Expand Up @@ -571,6 +573,8 @@
users = 100;
nixbld = 30000;
nogroup = 65534;

kodi = 301;
};

};
Expand Down

0 comments on commit dc1b666

Please sign in to comment.