From 6d859229e143f76a5cd5769be4d8acc97f0afa1b Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Wed, 10 Jun 2015 08:36:55 +0000 Subject: Remove unnecessary option. My mistake... --- nixos/modules/services/databases/mysql.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'nixos/modules/services') diff --git a/nixos/modules/services/databases/mysql.nix b/nixos/modules/services/databases/mysql.nix index fec238b8645a..1cdecedfc772 100644 --- a/nixos/modules/services/databases/mysql.nix +++ b/nixos/modules/services/databases/mysql.nix @@ -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 = '' -- cgit 1.4.1