@cryptotaxi247 / infra-1 / commits / 663bd45d

prometheus: only expose over reverse-proxy

Martin Weinelt committed Sep 22, 2025 at 02:26 UTC 663bd45dae75da9e0345dbf42569f6d9b42e7086
1 file changed -2
build/pluto/prometheus/default.nix
-2
@@ -22,8 +22,6 @@
22 ./exporters/zfs.nix
23 ];
24
25 - networking.firewall.allowedTCPPorts = [ 9090 ];
26 -
25 services.backup.includesZfsDatasets = [ "/var/lib/prometheus2" ];
26
27 services.prometheus = {