{ config, pkgs, ... }:
{
	services = {
		iperf3 = {
			enable = true;
		};
	};
}