From 211593fe4909fecdb3afc1b2388c37f8392109a0 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Fri, 11 Aug 2017 09:47:54 +0800 Subject: [PATCH] influxdb nixos module: allow customizing the collectd dependency --- nixos/modules/services/databases/influxdb.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/modules/services/databases/influxdb.nix b/nixos/modules/services/databases/influxdb.nix index dd88624f406..7fe25252350 100644 --- a/nixos/modules/services/databases/influxdb.nix +++ b/nixos/modules/services/databases/influxdb.nix @@ -68,7 +68,7 @@ let collectd = [{ enabled = false; - typesdb = "${pkgs.collectd}/share/collectd/types.db"; + typesdb = "${pkgs.collectd-data}/share/collectd/types.db"; database = "collectd_db"; port = 25826; }]; @@ -149,7 +149,6 @@ in type = types.attrs; }; }; - };