snake-case not camelCase

This commit is contained in:
niten 2023-12-11 15:03:02 -08:00
parent a33c958625
commit 9f96e0fa62
1 changed files with 2 additions and 2 deletions

View File

@ -51,11 +51,11 @@ let
metrics = mkOption {
type = nullOr (submodule {
options = {
grafanaHost = mkOption {
grafana-host = mkOption {
type = str;
description = "Hostname of the Grafana Metrics Analysis tool.";
};
prometheusHost = mkOption {
prometheus-host = mkOption {
type = str;
description =
"Hostname of the Prometheus Metrics Aggregator tool.";