From 9f94a6ffaac11b6d44347949b4b2f6542fb04bd8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 17 Sep 2013 11:22:31 +0200 Subject: [PATCH] modules/misc/ids.nix: document the fact that the uid for tcpcryptd is hard-coded in the daemon --- modules/misc/ids.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/ids.nix b/modules/misc/ids.nix index 3cccbbac22a2..315d3e9cd236 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.