modules/misc/ids.nix: patch tcpcrypt to use our uid

The default uid 666 exceeds SYS_UID_MAX (499), so it might not be available
anyway.
This commit is contained in:
Peter Simons 2013-09-11 16:34:32 +02:00
parent 4a7d8a84bc
commit 1103ba84fd

View File

@ -100,7 +100,7 @@
amule = 90;
minidlna = 91;
elasticsearch = 92;
tcpcryptd = 666; # tcpcryptd hard-codes that UID in its source code. :-(
tcpcryptd = 93;
# When adding a uid, make sure it doesn't match an existing gid.