From 494715acfe3a5ff331cbdea610c75ccaed0651ec Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 7 Apr 2021 23:52:22 +0200 Subject: [PATCH] nixos-module/collectd: fix TypesDB src --- nix/nixos-module/collectd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos-module/collectd.nix b/nix/nixos-module/collectd.nix index 2396fe1..197f04b 100644 --- a/nix/nixos-module/collectd.nix +++ b/nix/nixos-module/collectd.nix @@ -13,7 +13,7 @@ in buildMinimalPackage = true; extraConfig = '' - TypesDB ${config.services.collectd.package}/share/collectd/types.db ${typesDb} + TypesDB ${config.services.collectd.package.src}/src/types.db ${typesDb} ''; plugins = lib.mkMerge [ {