Add iperf
This commit is contained in:
parent
95fca6b1a8
commit
f9ce1decf6
2 changed files with 6 additions and 1 deletions
|
|
@ -27,6 +27,7 @@
|
||||||
dust
|
dust
|
||||||
fastfetch
|
fastfetch
|
||||||
imagemagick
|
imagemagick
|
||||||
|
iperf
|
||||||
nh
|
nh
|
||||||
termusic
|
termusic
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ restic ];
|
environment.systemPackages = with pkgs; [ restic iperf ];
|
||||||
|
|
||||||
home-manager.users.flygrounder.custom = {
|
home-manager.users.flygrounder.custom = {
|
||||||
catppuccin.enable = true;
|
catppuccin.enable = true;
|
||||||
|
|
@ -179,6 +179,10 @@ in
|
||||||
25
|
25
|
||||||
465
|
465
|
||||||
993
|
993
|
||||||
|
5201
|
||||||
|
];
|
||||||
|
allowedUDPPorts = [
|
||||||
|
5201
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
nameservers = [
|
nameservers = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue