@cryptotaxi247 / infra-1 / commits / 44409bc9

alertmanager: allow access over wg0

Graham Christensen committed Dec 20, 2021 at 16:02 UTC 44409bc9c81703c2a59e524a5693e443ad470653
1 file changed +4
delft/eris.nix
+4
@@ -34,6 +34,10 @@ in {
34 9200 # hydra-queue-runner rexporter
35 ];
36
37 + networking.firewall.interfaces.wg0.allowedTCPPorts = [
38 + 9093 # alertmanager
39 + ];
40 +
41 services.nginx = {
42 enable = true;
43 virtualHosts."monitoring.nixos.org" = {