From f9ce1decf69de16e26e052b894538c42a9410406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=91=D0=B5=D0=BB=D0=BE?= =?UTF-8?q?=D1=83=D1=81=D0=BE=D0=B2?= Date: Sat, 7 Mar 2026 10:52:05 +0300 Subject: [PATCH] Add iperf --- home/cli/default.nix | 1 + hosts/server/configuration.nix | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/home/cli/default.nix b/home/cli/default.nix index 604737f..c6b420b 100644 --- a/home/cli/default.nix +++ b/home/cli/default.nix @@ -27,6 +27,7 @@ dust fastfetch imagemagick + iperf nh termusic ]; diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 965f73f..4a305ed 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -33,7 +33,7 @@ in }; }; - environment.systemPackages = with pkgs; [ restic ]; + environment.systemPackages = with pkgs; [ restic iperf ]; home-manager.users.flygrounder.custom = { catppuccin.enable = true; @@ -179,6 +179,10 @@ in 25 465 993 + 5201 + ]; + allowedUDPPorts = [ + 5201 ]; }; nameservers = [