prometheus: open web interface firewall on vpn

This commit is contained in:
2025-10-29 12:50:12 +01:00
parent f5ebc063e3
commit 3ffe2ffb31

View File

@@ -2,4 +2,8 @@
imports = [ imports = [
./grafana.nix ./grafana.nix
]; ];
networking.firewall.interfaces."zts7mq7onf".allowedTCPPorts = [
9090 # prometheus web interface
];
} }