From 1103ba84fde35acef6207ecf40c4a4fc40fd9b39 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 11 Sep 2013 16:34:32 +0200 Subject: [PATCH] modules/misc/ids.nix: patch tcpcrypt to use our uid The default uid 666 exceeds SYS_UID_MAX (499), so it might not be available anyway. --- 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 ce758f2db7fe..3cccbbac22a2 100644 --- a/modules/misc/ids.nix +++ b/modules/misc/ids.nix @@ -100,7 +100,7 @@ amule = 90; minidlna = 91; elasticsearch = 92; - tcpcryptd = 666; # tcpcryptd hard-codes that UID in its source code. :-( + tcpcryptd = 93; # When adding a uid, make sure it doesn't match an existing gid.