mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-22 17:31:04 +03:00
nixos/mysql: fix typo in description of mysql.bind option
This commit is contained in:
parent
05de801c1a
commit
27c8fd24e5
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ in
|
||||||
type = types.nullOr types.str;
|
type = types.nullOr types.str;
|
||||||
default = null;
|
default = null;
|
||||||
example = literalExample "0.0.0.0";
|
example = literalExample "0.0.0.0";
|
||||||
description = "Address to bind to. The default it to bind to all addresses";
|
description = "Address to bind to. The default is to bind to all addresses";
|
||||||
};
|
};
|
||||||
|
|
||||||
port = mkOption {
|
port = mkOption {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue