hosts/joker: allow prometheus-node-exporter through the firewall
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
b6687330ad
commit
2d9390142a
|
@ -137,7 +137,7 @@
|
|||
# services.openssh.enable = true;
|
||||
|
||||
# Open ports in the firewall.
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
networking.firewall.allowedTCPPorts = [ 9100 ];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
# Or disable the firewall altogether.
|
||||
# networking.firewall.enable = false;
|
||||
|
|
Loading…
Reference in New Issue