nixos-module/collectd: fix TypesDB syntax

This commit is contained in:
Astro 2021-04-07 23:59:58 +02:00
parent d200cecb79
commit 1ddb9b6ac4
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ in
buildMinimalPackage = true;
extraConfig = ''
TypesDB ${upstreamTypesDb} ${customTypesDb}
TypesDB "${upstreamTypesDb}" "${customTypesDb}"
'';
plugins = lib.mkMerge [ {