snake-case not camelCase
This commit is contained in:
parent
a33c958625
commit
9f96e0fa62
|
@ -51,11 +51,11 @@ let
|
||||||
metrics = mkOption {
|
metrics = mkOption {
|
||||||
type = nullOr (submodule {
|
type = nullOr (submodule {
|
||||||
options = {
|
options = {
|
||||||
grafanaHost = mkOption {
|
grafana-host = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
description = "Hostname of the Grafana Metrics Analysis tool.";
|
description = "Hostname of the Grafana Metrics Analysis tool.";
|
||||||
};
|
};
|
||||||
prometheusHost = mkOption {
|
prometheus-host = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
description =
|
description =
|
||||||
"Hostname of the Prometheus Metrics Aggregator tool.";
|
"Hostname of the Prometheus Metrics Aggregator tool.";
|
||||||
|
|
Loading…
Reference in New Issue