Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brainrake committed Oct 7, 2024
1 parent 6b5c771 commit 4bdeb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/load-balancer/proxy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
};

# Enable Prometheus exporters and open firewall. Make sure not to expose these ports publicly when running in the cloud.
cardano.monitoring.exporters.enable = true
cardano.monitoring.exporters.enable = true;

# Configure services on separate ports, for easier forwarding from VM. Remove this if DNS is configured.
networking.firewall.allowedTCPPorts = [81 82 88];
Expand Down

0 comments on commit 4bdeb2d

Please sign in to comment.