* GIDs are supposed to match UIDs.
svn path=/nixos/trunk/; revision=33346
This commit is contained in:
parent
5ddae4a83a
commit
89a21f7a7d
@ -115,9 +115,9 @@ in
|
|||||||
fourStore = 42;
|
fourStore = 42;
|
||||||
fourStoreEndpoint = 43;
|
fourStoreEndpoint = 43;
|
||||||
virtuoso = 44;
|
virtuoso = 44;
|
||||||
dovecot2 = 45;
|
dovecot2 = 46;
|
||||||
prayer = 46;
|
prayer = 49;
|
||||||
mpd = 47;
|
mpd = 50;
|
||||||
|
|
||||||
# When adding a gid, make sure it doesn't match an existing uid.
|
# When adding a gid, make sure it doesn't match an existing uid.
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ in
|
|||||||
users.extraUsers = singleton
|
users.extraUsers = singleton
|
||||||
{ name = prayerUser;
|
{ name = prayerUser;
|
||||||
uid = config.ids.uids.prayer;
|
uid = config.ids.uids.prayer;
|
||||||
description = "prayer daemon user";
|
description = "Prayer daemon user";
|
||||||
home = stateDir;
|
home = stateDir;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user