nixos: kodi user

This commit is contained in:
Peter Hoeg 2017-07-31 21:26:06 +08:00
parent 707c3ac435
commit 1faa5b6b36

View File

@ -304,6 +304,8 @@
nixbld = 30000; # start of range of uids nixbld = 30000; # start of range of uids
nobody = 65534; nobody = 65534;
kodi = 301;
}; };
ids.gids = { ids.gids = {
@ -575,6 +577,8 @@
users = 100; users = 100;
nixbld = 30000; nixbld = 30000;
nogroup = 65534; nogroup = 65534;
kodi = 301;
}; };
}; };