ZeNixComputa: Allow TCP Port for iperf

This commit is contained in:
traxys 2023-08-24 19:18:12 +02:00
parent 96d4b6d4f6
commit 27f794bc13

View file

@ -30,7 +30,7 @@
wakeOnLan.enable = true;
};
};
firewall.allowedTCPPorts = [8080 8085];
firewall.allowedTCPPorts = [8080 8085 5201];
};
time.timeZone = "Europe/Paris";