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
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue