Skip to content

Commit

Permalink
[nixos/prometheus] promTypes.filter.value -> promTypes.filter.values
Browse files Browse the repository at this point in the history
The new configuration name for this is plural. Currently, attempting to enable ec2 SD results in a `promtool check config` error
  • Loading branch information
tathougies committed Apr 28, 2020
1 parent e257a92 commit 8389fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/monitoring/prometheus/default.nix
Expand Up @@ -307,7 +307,7 @@ let
'';
};

value = mkOption {
values = mkOption {
type = types.listOf types.str;
default = [];
description = ''
Expand Down

0 comments on commit 8389fb8

Please sign in to comment.