summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/databases/hbase-standalone.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/databases/hbase-standalone.nix')
-rw-r--r--nixos/modules/services/databases/hbase-standalone.nix10
1 files changed, 1 insertions, 9 deletions
diff --git a/nixos/modules/services/databases/hbase-standalone.nix b/nixos/modules/services/databases/hbase-standalone.nix
index 1ee73ec8d1ff..08ae7625d50a 100644
--- a/nixos/modules/services/databases/hbase-standalone.nix
+++ b/nixos/modules/services/databases/hbase-standalone.nix
@@ -46,15 +46,7 @@ in {
Do not use this configuration for production nor for evaluating HBase performance.
'');
- package = mkOption {
- type = types.package;
- default = pkgs.hbase;
- defaultText = literalExpression "pkgs.hbase";
- description = lib.mdDoc ''
- HBase package to use.
- '';
- };
-
+ package = mkPackageOption pkgs "hbase" { };
user = mkOption {
type = types.str;