Revert "firewall: open iperf3 fully"

This reverts commit 56bc914934.
This commit is contained in:
Motiejus Jakštys 2023-09-11 21:59:43 +03:00
parent 56bc914934
commit 80aca1ede2
1 changed files with 2 additions and 2 deletions

View File

@ -33,6 +33,8 @@
config = {
time.timeZone = config.mj.timeZone;
mj.services.friendlyport.vpn.ports = [config.services.iperf3.port];
i18n = {
defaultLocale = "en_US.UTF-8";
supportedLocales = [
@ -142,8 +144,6 @@
};
networking.firewall.logRefusedConnections = false;
networking.firewall.allowedTCPPorts = [config.services.iperf3.port];
networking.firewall.allowedUDPPorts = [config.services.iperf3.port];
services = {
chrony = {