nixos/hadoop.hbase: fix indentation

This commit is contained in:
illustris 2022-08-08 00:11:00 +05:30 committed by pennae
parent dffa97f03c
commit 9c16c997a6

View File

@ -14,7 +14,7 @@ with pkgs.lib;
openFirewall = true;
};
zookeeperQuorum = "zookeeper";
in {
in {
zookeeper = { ... }: {
services.zookeeper.enable = true;
networking.firewall.allowedTCPPorts = [ 2181 ];