summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/modules/services/monitoring/longview.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/nixos/modules/services/monitoring/longview.nix b/nixos/modules/services/monitoring/longview.nix
index 955b33a5c0c..770d56e60ef 100644
--- a/nixos/modules/services/monitoring/longview.nix
+++ b/nixos/modules/services/monitoring/longview.nix
@@ -70,14 +70,16 @@ in
         description = ''
           The user for connecting to the MySQL database. If provided,
           Longview will connect to MySQL and collect statistics about
-          queries, etc.
+          queries, etc. This user does not need to have been granted
+          any extra privileges.
         '';
       };
 
       mysqlPassword = mkOption {
         type = types.str;
         description = ''
-          The password corresponding to mysqlUser.
+          The password corresponding to mysqlUser.  Warning: this is
+          stored in cleartext in the Nix store!
         '';
       };
     };