mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 05:59:17 +03: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 = {
|
options.services.hadoop = {
|
||||||
|
|
||||||
gatewayRole.enableHbaseCli = mkOption {
|
gatewayRole.enableHbaseCli = mkEnableOption "HBase CLI tools";
|
||||||
description = "Whether to enable HBase CLI tools";
|
|
||||||
default = false;
|
|
||||||
type = types.bool;
|
|
||||||
};
|
|
||||||
|
|
||||||
hbaseSiteDefault = mkOption {
|
hbaseSiteDefault = mkOption {
|
||||||
default = {
|
default = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue