Add "input" group

This is required by systemd >= 215.
This commit is contained in:
Eelco Dolstra 2015-03-03 20:23:32 +01:00
parent 8546ec7c74
commit 1002fb6433
2 changed files with 2 additions and 0 deletions

View file

@ -489,6 +489,7 @@ in {
utmp.gid = ids.gids.utmp;
adm.gid = ids.gids.adm;
grsecurity.gid = ids.gids.grsecurity;
input.gid = ids.gids.input;
};
system.activationScripts.users = stringAfter [ "etc" ]

View file

@ -321,6 +321,7 @@
panamax = 170;
exim = 172;
fleet = 173;
input = 174;
# When adding a gid, make sure it doesn't match an existing
# uid. Users and groups with the same name should have equal