open ports to allow prometheus data collection
Some checks failed
/ Check formatting (push) Failing after 2s
Some checks failed
/ Check formatting (push) Failing after 2s
This commit is contained in:
parent
8d5d3f3eb1
commit
62abe6b4a9
1 changed files with 8 additions and 0 deletions
|
@ -3,6 +3,14 @@
|
||||||
{
|
{
|
||||||
networking.firewall.enable = true;
|
networking.firewall.enable = true;
|
||||||
networking.nftables.enable = true;
|
networking.nftables.enable = true;
|
||||||
|
networking.firewall = {
|
||||||
|
allowedTCPPorts = [
|
||||||
|
6703
|
||||||
|
];
|
||||||
|
allowedUDPPorts = [
|
||||||
|
6703
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue