From 7a0ca5226727911bc6f3e7148407701d611d783d Mon Sep 17 00:00:00 2001 From: Rickard Nilsson Date: Thu, 11 Jun 2015 16:49:43 +0200 Subject: scollector: Change type of collectors to allow proper merging --- nixos/modules/services/monitoring/scollector.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services') diff --git a/nixos/modules/services/monitoring/scollector.nix b/nixos/modules/services/monitoring/scollector.nix index 0143d2e327bd..179c587431ea 100644 --- a/nixos/modules/services/monitoring/scollector.nix +++ b/nixos/modules/services/monitoring/scollector.nix @@ -73,7 +73,7 @@ in { }; collectors = mkOption { - type = types.attrs; + type = with types; attrsOf (listOf path); default = {}; example = literalExample "{ 0 = [ \"\${postgresStats}/bin/collect-stats\" ]; }"; description = '' -- cgit 1.4.1