nixos: improve many 'enable' descriptions

This commit is contained in:
Bjørn Forsman 2023-10-18 14:08:30 +02:00
parent 34852ddf5e
commit a29010fe79
108 changed files with 113 additions and 111 deletions

View file

@ -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";