This repository has been archived on 2024-06-08. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
newtype-org-configurations/modules/iperf-server.nix
2023-06-08 17:44:08 +02:00

6 lines
84 B
Nix

{ ... }: {
services.iperf3 = {
enable = true;
openFirewall = true;
};
}