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";
|
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 {
|
extraOptions = mkOption {
|
||||||
default = "";
|
default = "";
|
||||||
example = ''
|
example = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user