hosts/joker: allow prometheus-node-exporter through the firewall

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2023-01-03 20:18:04 -05:00
parent b6687330ad
commit 2d9390142a
1 changed files with 1 additions and 1 deletions

View File

@ -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;