summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorillustris <rharikrishnan95@gmail.com>2022-08-07 23:57:34 +0530
committerpennae <82953136+pennae@users.noreply.github.com>2022-08-07 21:21:45 +0200
commita92ca6263af9f05d373bb82fc7edccba9941463e (patch)
tree55d3fd9f31c52bccb56ca23429cad26859bea0ad /nixos/modules
parent2e7c1a9f23f70fd878a4d0be2f0d06f91c743b0c (diff)
nixos/hadoop.hbase: change mkOption to mkEnableOption
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/cluster/hadoop/hbase.nix6
1 files changed, 1 insertions, 5 deletions
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 = {