This commit is contained in:
parent
a6f6a9235e
commit
634b971019
1 changed files with 4 additions and 0 deletions
|
@ -23,9 +23,13 @@
|
|||
networking.firewall = {
|
||||
allowedTCPPorts = [
|
||||
64738 # murmur tcp
|
||||
6700 # grafana
|
||||
6750 # prometheus
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
64738 # murmur udp
|
||||
6700 # grafana
|
||||
6750 # prometheus
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue