1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

* GIDs are supposed to match UIDs.

svn path=/nixos/trunk/; revision=33346
This commit is contained in:
Eelco Dolstra 2012-03-22 10:11:15 +00:00
parent 5ddae4a83a
commit 89a21f7a7d
2 changed files with 4 additions and 4 deletions

View file

@ -115,9 +115,9 @@ in
fourStore = 42;
fourStoreEndpoint = 43;
virtuoso = 44;
dovecot2 = 45;
prayer = 46;
mpd = 47;
dovecot2 = 46;
prayer = 49;
mpd = 50;
# When adding a gid, make sure it doesn't match an existing uid.

View file

@ -72,7 +72,7 @@ in
users.extraUsers = singleton
{ name = prayerUser;
uid = config.ids.uids.prayer;
description = "prayer daemon user";
description = "Prayer daemon user";
home = stateDir;
};