summaryrefslogtreecommitdiff
path: root/hosts/kay/modules/iperf3.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-01-02 07:02:01 +0530
committersinanmohd <sinan@sinanmohd.com>2024-01-02 07:02:01 +0530
commit96b415ee41aa4580a7771d08e354bf4800e04749 (patch)
treea062958a3919f3997dbeeebc15968ee6c7d30452 /hosts/kay/modules/iperf3.nix
parentc8a3e45ae7c99cf20168df4d1cf5ff45e3eedaa3 (diff)
kay/iperf3: init
Diffstat (limited to 'hosts/kay/modules/iperf3.nix')
-rw-r--r--hosts/kay/modules/iperf3.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/hosts/kay/modules/iperf3.nix b/hosts/kay/modules/iperf3.nix
new file mode 100644
index 0000000..62f9412
--- /dev/null
+++ b/hosts/kay/modules/iperf3.nix
@@ -0,0 +1,8 @@
+{ ... }:
+
+{
+ services.iperf3 = {
+ enable = true;
+ openFirewall = true;
+ };
+}