infra(epyc): add my key on builder and iperf3 server
This commit is contained in:
parent
107cc6e53f
commit
696929edb4
3 changed files with 8 additions and 0 deletions
6
modules/iperf-server.nix
Normal file
6
modules/iperf-server.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }: {
|
||||
services.iperf3 = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
Reference in a new issue