mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
nixos/hadoop.hbase: change mkOption to mkEnableOption
This commit is contained in:
parent
2e7c1a9f23
commit
a92ca6263a
1 changed files with 1 additions and 5 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue