Allow USBIP port through firewall

This commit is contained in:
Curt Spark 2024-03-22 16:35:18 +00:00
parent c08020c728
commit 1a2d5cedc0
1 changed files with 3 additions and 2 deletions

View File

@ -152,10 +152,11 @@
services.openssh.enable = true; services.openssh.enable = true;
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # 3240 - USBIP Port
networking.firewall.allowedTCPPorts = [ 3240 ];
# networking.firewall.allowedUDPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether. # Or disable the firewall altogether.
# networking.firewall.enable = false; networking.firewall.enable = true;
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions