From b451aebaf105caad3b9da38726317103150dfbfe Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 16 Jul 2021 08:34:07 -0400
Subject: [PATCH] slightly clarify this comment for me

---
 morph/lib/customize-monitoring.nix | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/morph/lib/customize-monitoring.nix b/morph/lib/customize-monitoring.nix
index 56de405f..6e19ff99 100644
--- a/morph/lib/customize-monitoring.nix
+++ b/morph/lib/customize-monitoring.nix
@@ -31,7 +31,8 @@
   # which nodes to scrape PaymentServer metrics from.
 , paymentExporterTargets ? []
 
-  # A string containing the ClientID for authorization against GSuite
+  # A string containing the GSuite OAuth2 ClientID to use to authenticate
+  # logins to Grafana.
 , googleOAuthClientID
 
   # A string giving the NixOS state version for the system.
-- 
GitLab