summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/modules/services/databases/mysql.nix8
1 files changed, 0 insertions, 8 deletions
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 = ''