nix/os/devices/CFB4ED74: open iperf3 port

This commit is contained in:
steveej 2018-11-18 14:44:58 +01:00
parent e82047e49d
commit e6c4a19832

View file

@ -11,6 +11,10 @@ in {
networking.hostName = "CFB4ED74"; # Define your hostname.
networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [
# iperf3
5201
];
networking.interfaces.eth0 = {
useDHCP = true;
ipv6.addresses = [ {