longview nixos module: improve description for mysql password config options
This commit is contained in:
parent
33c2b8a1f1
commit
33f869ba1e
@ -70,14 +70,16 @@ in
|
|||||||
description = ''
|
description = ''
|
||||||
The user for connecting to the MySQL database. If provided,
|
The user for connecting to the MySQL database. If provided,
|
||||||
Longview will connect to MySQL and collect statistics about
|
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 {
|
mysqlPassword = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
description = ''
|
description = ''
|
||||||
The password corresponding to mysqlUser.
|
The password corresponding to mysqlUser. Warning: this is
|
||||||
|
stored in cleartext in the Nix store!
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user