diff --git a/nixos/modules/services/monitoring/prometheus/default.nix b/nixos/modules/services/monitoring/prometheus/default.nix index d906a3c82296..58ef3fe4785b 100644 --- a/nixos/modules/services/monitoring/prometheus/default.nix +++ b/nixos/modules/services/monitoring/prometheus/default.nix @@ -718,8 +718,8 @@ let ''; }; - type = mkDefOpt (types.enum [ "SRV" "A" "AAAA" ]) "SRV" '' - The type of DNS query to perform. One of SRV, A, or AAAA. + type = mkDefOpt (types.enum [ "SRV" "A" "AAAA" "MX" "NS" ]) "SRV" '' + The type of DNS query to perform. ''; port = mkOpt types.port ''