Merge pull request #87812 from joachimschmidt557/mysql-enable-option

nixos/mysql: refactor enable option
This commit is contained in:
Michele Guerini Rocco
2020-05-28 10:02:25 +02:00
committed by GitHub

View File

@@ -32,13 +32,7 @@ in
services.mysql = { services.mysql = {
enable = mkOption { enable = mkEnableOption "MySQL server";
type = types.bool;
default = false;
description = "
Whether to enable the MySQL server.
";
};
package = mkOption { package = mkOption {
type = types.package; type = types.package;