mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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 New Issue
Block a user