diff --git a/nixos/modules/services/databases/mysql.nix b/nixos/modules/services/databases/mysql.nix index e5e8a57f4b0e..fcf1f123cfb5 100644 --- a/nixos/modules/services/databases/mysql.nix +++ b/nixos/modules/services/databases/mysql.nix @@ -52,7 +52,6 @@ in package = mkOption { type = types.package; - default = pkgs.mysql; example = literalExample "pkgs.mysql"; description = " Which MySQL derivation to use.