summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-02-01 11:51:02 +0530
committersinanmohd <sinan@sinanmohd.com>2024-02-01 11:51:02 +0530
commit367d481b15a8f6c4805aeda87dffa05f1d0acae1 (patch)
tree4feb9299e1a2bf7c6933e0a6399f96a9ae57e27a
parent3fbf31f75cc3d7f1c06e8aa529426ed7073bb20c (diff)
kay/iperf3: bind to lan
-rw-r--r--hosts/kay/modules/iperf3.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/kay/modules/iperf3.nix b/hosts/kay/modules/iperf3.nix
index 62f9412..901a93d 100644
--- a/hosts/kay/modules/iperf3.nix
+++ b/hosts/kay/modules/iperf3.nix
@@ -3,6 +3,8 @@
{
services.iperf3 = {
enable = true;
+
+ bind = "10.0.0.1";
openFirewall = true;
};
}