summary refs log tree commit diff
path: root/nixos/modules/services/databases/hbase.nix
Commit message (Collapse)AuthorAge
* nixos/hbase: refactor settings optionpennae2021-12-09
| | | | | | | instead of keeping a defaultConfig value around, set that value as the default of the option and explicitly use the option default instead. this also allows us to write a defaultText that makes sense and is in proximity to the definition of the default.
* nixos/hbase: Fix missing top-level in hbase-site.xmlVanilla2021-11-20
|
* nixos/hbase: add settings option for hbase-site.xmlVanilla2021-11-18
|
* nixos/hbase: use jre8 instead of latest.Vanilla2021-11-16
|
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|
* nixos/modules: Remove all usages of types.stringSilvan Mosberger2019-08-31
| | | | | | And replace them with a more appropriate type Also fix up some minor module problems along the way
* nixos/hbase: replace deprecated usage of PermissionsStartOnlyAaron Andersen2019-05-26
| | | | see https://github.com/NixOS/nixpkgs/issues/53852
* nixos: add preferLocalBuild=true; on derivations for config filesSymphorien Gibol2019-02-22
|
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel2016-01-17
| | | | | | - add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions
* hbase should use dataDir to specify where to store dataOliver Charles2014-11-24
|
* hbase: New package and NixOS moduleOliver Charles2014-11-24