From 9f96e0fa62711b1c2b0761a6981c1c402835c165 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 11 Dec 2023 15:03:02 -0800 Subject: [PATCH] snake-case not camelCase --- lib/fudo/domains.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/fudo/domains.nix b/lib/fudo/domains.nix index 9f97027..44da653 100644 --- a/lib/fudo/domains.nix +++ b/lib/fudo/domains.nix @@ -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.";