mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-14 00:21:11 +01:00
ZeNixComputa: Allow TCP Port for iperf
This commit is contained in:
parent
96d4b6d4f6
commit
27f794bc13
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
wakeOnLan.enable = true;
|
||||
};
|
||||
};
|
||||
firewall.allowedTCPPorts = [8080 8085];
|
||||
firewall.allowedTCPPorts = [8080 8085 5201];
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Paris";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue