nix/home-manager/configuration/text-minimal: add iperf3

This commit is contained in:
steveej 2018-11-19 02:06:17 +01:00
parent 47811b22c2
commit de18ab5720
2 changed files with 1 additions and 1 deletions

View file

@ -22,5 +22,6 @@ in {
home.packages = []
++ (with pkgs; [
iperf3
]);
}

View file

@ -3,7 +3,6 @@
{
disabledModules = [
"system/boot/initrd-network.nix"
];
imports = [