···7070 description = ''
7171 The user for connecting to the MySQL database. If provided,
7272 Longview will connect to MySQL and collect statistics about
7373- queries, etc.
7373+ queries, etc. This user does not need to have been granted
7474+ any extra privileges.
7475 '';
7576 };
76777778 mysqlPassword = mkOption {
7879 type = types.str;
7980 description = ''
8080- The password corresponding to mysqlUser.
8181+ The password corresponding to mysqlUser. Warning: this is
8282+ stored in cleartext in the Nix store!
8183 '';
8284 };
8385 };