open ports to allow prometheus data collection
Some checks failed
/ Check formatting (push) Failing after 2s

This commit is contained in:
Ittihadyya 2024-12-20 18:45:08 +02:00
parent 8d5d3f3eb1
commit 62abe6b4a9

View file

@ -3,6 +3,14 @@
{
networking.firewall.enable = true;
networking.nftables.enable = true;
networking.firewall = {
allowedTCPPorts = [
6703
];
allowedUDPPorts = [
6703
];
};
}
];