nixos/mysql: refactor enable option
This commit is contained in:
parent
9d55751754
commit
cd1152ff7c
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user