nixos/hadoop.hbase: fix indentation
This commit is contained in:
parent
dffa97f03c
commit
9c16c997a6
@ -14,7 +14,7 @@ with pkgs.lib;
|
||||
openFirewall = true;
|
||||
};
|
||||
zookeeperQuorum = "zookeeper";
|
||||
in {
|
||||
in {
|
||||
zookeeper = { ... }: {
|
||||
services.zookeeper.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [ 2181 ];
|
||||
|
Loading…
Reference in New Issue
Block a user