From 04c303de0bd3a39a7ba242561a6a72fe02e03708 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 7 Feb 2025 10:01:26 -0800 Subject: Add iperf to custom NixOS ISO --- hosts/arrakis/services.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts') diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix index b3fcc91..3e41d8a 100644 --- a/hosts/arrakis/services.nix +++ b/hosts/arrakis/services.nix @@ -93,6 +93,7 @@ config = { environment.systemPackages = with pkgs; [ git + iperf rsync ]; -- cgit v1.2.3