nixos/hadoop.hbase: change mkOption to mkEnableOption

This commit is contained in:
illustris 2022-08-07 23:57:34 +05:30 committed by pennae
parent 2e7c1a9f23
commit a92ca6263a

View file

@ -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 = {