mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixos: improve many 'enable' descriptions
This commit is contained in:
parent
34852ddf5e
commit
a29010fe79
108 changed files with 113 additions and 111 deletions
|
@ -10,7 +10,7 @@ in
|
|||
|
||||
options = {
|
||||
users.mysql = {
|
||||
enable = mkEnableOption (lib.mdDoc "Authentication against a MySQL/MariaDB database");
|
||||
enable = mkEnableOption (lib.mdDoc "authentication against a MySQL/MariaDB database");
|
||||
host = mkOption {
|
||||
type = types.str;
|
||||
example = "localhost";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue