@cryptotaxi247 / infra / commits / 45dfe120

hydra: drop firewall rule for hydra-notify metrics

The notify service is masked, because we don't use it.

Martin Weinelt committed Jun 17, 2026 at 23:40 UTC 45dfe12070a5a0aecdd2c82a451c4e1351a98f56
1 file changed -6
build/hydra.nix
-6
@@ -15,12 +15,6 @@ in
15 inputs.hydra.nixosModules.hydra
16 ];
17
18 - # hydra-notify metrics
19 - networking.firewall.extraInputRules = ''
20 - ip6 saddr $prometheus_inet6 tcp dport 9199 accept
21 - ip saddr $prometheus_inet4 tcp dport 9199 accept
22 - '';
23 -
18 nix = {
19 package = config.services.hydra-dev.package.nix;
20