summary refs log tree commit diff
path: root/modules/misc/ids.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-09-17 11:22:31 +0200
committerPeter Simons <simons@cryp.to>2013-09-17 11:22:48 +0200
commit9f94a6ffaac11b6d44347949b4b2f6542fb04bd8 (patch)
tree6f333b2d86b3757bcda3ccf831a46e250b319f7c /modules/misc/ids.nix
parent0408858a8a46ee86b934a2bfde276e8e160b5fbf (diff)
downloadnixpkgs-9f94a6ffaac11b6d44347949b4b2f6542fb04bd8.tar
nixpkgs-9f94a6ffaac11b6d44347949b4b2f6542fb04bd8.tar.gz
nixpkgs-9f94a6ffaac11b6d44347949b4b2f6542fb04bd8.tar.bz2
nixpkgs-9f94a6ffaac11b6d44347949b4b2f6542fb04bd8.tar.lz
nixpkgs-9f94a6ffaac11b6d44347949b4b2f6542fb04bd8.tar.xz
nixpkgs-9f94a6ffaac11b6d44347949b4b2f6542fb04bd8.tar.zst
nixpkgs-9f94a6ffaac11b6d44347949b4b2f6542fb04bd8.zip
modules/misc/ids.nix: document the fact that the uid for tcpcryptd is hard-coded in the daemon
Diffstat (limited to 'modules/misc/ids.nix')
-rw-r--r--modules/misc/ids.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/misc/ids.nix b/modules/misc/ids.nix
index 3cccbbac22a..315d3e9cd23 100644
--- a/modules/misc/ids.nix
+++ b/modules/misc/ids.nix
@@ -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.