aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/misc/ids.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-11-14 18:27:09 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-11-14 18:32:44 +0000
commit552c2236254271f12342d3ad7a0f7c0bbc81c628 (patch)
tree61ee60562a290e6d667768e6d9a09e659686bc94 /nixos/modules/misc/ids.nix
parente15babe35edb7fb517564271987f93aa313270bf (diff)
nodePackages.statsd: remove
The package/service is broken. Upstream is dead
Diffstat (limited to '')
-rw-r--r--nixos/modules/misc/ids.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index aff562c00eb1..082b2732cc58 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -101,7 +101,7 @@
iodined = 66;
#libvirtd = 67; # unused
graphite = 68;
- statsd = 69;
+ #statsd = 69; # removed 2018-11-14
transmission = 70;
postgres = 71;
#vboxusers = 72; # unused
@@ -411,7 +411,7 @@
iodined = 66;
libvirtd = 67;
graphite = 68;
- #statsd = 69; # unused
+ #statsd = 69; # removed 2018-11-14
transmission = 70;
postgres = 71;
vboxusers = 72;