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.";