From a139dd358b948bd5228ade9222b615e7c5006691 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 14 Feb 2022 20:06:09 +0100 Subject: shack/influx: add workaround for collectd --- krebs/2configs/shack/influx.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'krebs/2configs') diff --git a/krebs/2configs/shack/influx.nix b/krebs/2configs/shack/influx.nix index 93d83a59..6d090323 100644 --- a/krebs/2configs/shack/influx.nix +++ b/krebs/2configs/shack/influx.nix @@ -17,6 +17,14 @@ in proxyPass = "http://localhost:${toString port}/"; }; }; + nixpkgs.overlays = [ + (self: super: + { + # Hotfix for https://github.com/NixOS/nixpkgs/issues/157543 + collectd = super.collectd.override { xen = null; }; + } + ) + ]; services.influxdb = { enable = true; extraConfig = { -- cgit v1.2.3