modules/misc/ids.nix: document the fact that the uid for tcpcryptd is hard-coded in the daemon

This commit is contained in:
Peter Simons 2013-09-17 11:22:31 +02:00
parent 0408858a8a
commit 9f94a6ffaa

View file

@ -100,7 +100,7 @@
amule = 90;
minidlna = 91;
elasticsearch = 92;
tcpcryptd = 93;
tcpcryptd = 93; # tcpcryptd uses a hard-coded uid. We patch it in Nixpkgs to match this choice.
# When adding a uid, make sure it doesn't match an existing gid.