nix/home-manager/configuration/text-minimal: add iperf3
This commit is contained in:
parent
47811b22c2
commit
de18ab5720
2 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,6 @@ in {
|
||||||
|
|
||||||
home.packages = []
|
home.packages = []
|
||||||
++ (with pkgs; [
|
++ (with pkgs; [
|
||||||
|
iperf3
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
{
|
{
|
||||||
disabledModules = [
|
disabledModules = [
|
||||||
"system/boot/initrd-network.nix"
|
"system/boot/initrd-network.nix"
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue