mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
nixos/hadoop.hbase: fix indentation
This commit is contained in:
parent
dffa97f03c
commit
9c16c997a6
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ with pkgs.lib;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
zookeeperQuorum = "zookeeper";
|
zookeeperQuorum = "zookeeper";
|
||||||
in {
|
in {
|
||||||
zookeeper = { ... }: {
|
zookeeper = { ... }: {
|
||||||
services.zookeeper.enable = true;
|
services.zookeeper.enable = true;
|
||||||
networking.firewall.allowedTCPPorts = [ 2181 ];
|
networking.firewall.allowedTCPPorts = [ 2181 ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue