influxdb nixos module: allow customizing the collectd dependency

This commit is contained in:
Peter Hoeg 2017-08-11 09:47:54 +08:00
parent 719aa35c0c
commit 211593fe49

View File

@ -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;
};
};
};