Just a nice readability touch
ZHOJ7VHYIOFB6XQNRESJLWZZLLOGUYCMSI6PIGXKANH6V2TGUH4AC
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [
5201 # iperf
445 139 #samba
];
networking.firewall.allowedUDPPorts = [
5201 # iperf
137 138 #samba
];
# Or disable the firewall altogether.
# networking.firewall.enable = false;