From 33f869ba1eec1aaecfab992adf2886d13231866a Mon Sep 17 00:00:00 2001 From: Rodney Lorrimar Date: Mon, 16 Nov 2015 14:27:36 +0000 Subject: longview nixos module: improve description for mysql password config options --- nixos/modules/services/monitoring/longview.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nixos') diff --git a/nixos/modules/services/monitoring/longview.nix b/nixos/modules/services/monitoring/longview.nix index 955b33a5c0c7..770d56e60efb 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! ''; }; }; -- cgit 1.4.1