nixos/ids: remove unused connman uid

The static connman uid is not referenced anywhere in NixOS.

(cherry picked from commit 66f50a7631)
This commit is contained in:
Joachim Fasting 2016-09-18 15:39:10 +02:00 committed by Eelco Dolstra
parent 7db7d27e99
commit 8cc072d601

View File

@ -120,7 +120,6 @@
minidlna = 91;
elasticsearch = 92;
tcpcryptd = 93; # tcpcryptd uses a hard-coded uid. We patch it in Nixpkgs to match this choice.
#connman = 94; # unused
firebird = 95;
#keys = 96; # unused
haproxy = 97;
@ -376,7 +375,6 @@
minidlna = 91;
elasticsearch = 92;
#tcpcryptd = 93; # unused
connman = 94;
firebird = 95;
keys = 96;
haproxy = 97;