forked from mirrors/nixpkgs
Remove unnecessary option. My mistake...
This commit is contained in:
parent
42323dc155
commit
6d859229e1
|
@ -77,14 +77,6 @@ in
|
|||
description = "Location of the file which stores the PID of the MySQL server";
|
||||
};
|
||||
|
||||
enableSocketAccess = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
description = ''
|
||||
Whether to grant local processes access to the mysqld socket.
|
||||
'';
|
||||
};
|
||||
|
||||
extraOptions = mkOption {
|
||||
default = "";
|
||||
example = ''
|
||||
|
|
Loading…
Reference in a new issue