diff --git a/nixos/modules/services/cluster/hadoop/hbase.nix b/nixos/modules/services/cluster/hadoop/hbase.nix index 050bcd03749d..246775dc8987 100644 --- a/nixos/modules/services/cluster/hadoop/hbase.nix +++ b/nixos/modules/services/cluster/hadoop/hbase.nix @@ -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 = {