Loading nixos/modules/services/monitoring/scollector.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 = '' Loading Loading
nixos/modules/services/monitoring/scollector.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 = '' Loading