modules/misc/ids.nix: document the fact that the uid for tcpcryptd is hard-coded in the daemon
This commit is contained in:
parent
0408858a8a
commit
9f94a6ffaa
@ -100,7 +100,7 @@
|
|||||||
amule = 90;
|
amule = 90;
|
||||||
minidlna = 91;
|
minidlna = 91;
|
||||||
elasticsearch = 92;
|
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.
|
# When adding a uid, make sure it doesn't match an existing gid.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user