Revert "nixos: kodi user"

This reverts commit 1faa5b6b360ae4d6aac3718dc7b9b3a81be6073e.
This commit is contained in:
Peter Hoeg 2017-10-14 14:41:13 +08:00
parent a5e387592a
commit 279ca5738a

View File

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