odin: Add iperf3
This commit is contained in:
parent
14dcde40a3
commit
a8d7a0ea35
1 changed files with 5 additions and 0 deletions
|
@ -112,6 +112,11 @@
|
||||||
enabledCollectors = [ "systemd" ];
|
enabledCollectors = [ "systemd" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
iperf3 = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
|
|
Loading…
Reference in a new issue