* Add some groups required by the latest udev.

svn path=/nixos/trunk/; revision=16667
This commit is contained in:
Eelco Dolstra 2009-08-11 09:17:30 +00:00
parent f666aa7479
commit c21b02d34b
2 changed files with 17 additions and 1 deletions

View File

@ -115,6 +115,18 @@ let
{ name = "lp";
gid = ids.gids.lp;
}
{ name = "cdrom";
gid = ids.gids.cdrom;
}
{ name = "tape";
gid = ids.gids.tape;
}
{ name = "video";
gid = ids.gids.video;
}
{ name = "dialout";
gid = ids.gids.dialout;
}
{ name = "nogroup";
gid = ids.gids.nogroup;
}

View File

@ -75,7 +75,11 @@ in
tomcat = 21;
pulseaudio = 22; # must match `pulseaudio' UID
gpsd = 23;
cdrom = 24;
tape = 25;
video = 26;
dialout = 27;
users = 100;
nixbld = 30000;
nogroup = 65534;