diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-02-01 11:51:02 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-02-01 11:51:02 +0530 |
commit | 367d481b15a8f6c4805aeda87dffa05f1d0acae1 (patch) | |
tree | 4feb9299e1a2bf7c6933e0a6399f96a9ae57e27a /hosts/kay | |
parent | 3fbf31f75cc3d7f1c06e8aa529426ed7073bb20c (diff) |
kay/iperf3: bind to lan
Diffstat (limited to 'hosts/kay')
-rw-r--r-- | hosts/kay/modules/iperf3.nix | 2 |
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; }; } |