nixos/hadoop.hbase: change mkOption to mkEnableOption

This commit is contained in:
illustris
2022-08-07 21:21:45 +02:00
committed by pennae
parent 2e7c1a9f23
commit a92ca6263a
@@ -9,11 +9,7 @@ in
{
options.services.hadoop = {
gatewayRole.enableHbaseCli = mkOption {
description = "Whether to enable HBase CLI tools";
default = false;
type = types.bool;
};
gatewayRole.enableHbaseCli = mkEnableOption "HBase CLI tools";
hbaseSiteDefault = mkOption {
default = {