firewall: open iperf3 fully

This commit is contained in:
Motiejus Jakštys 2023-09-11 21:54:12 +03:00
parent 24412cbfc7
commit 56bc914934
1 changed files with 2 additions and 2 deletions

View File

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