mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Add iperf
This commit is contained in:
@@ -99,6 +99,7 @@ in
|
||||
bandwhich
|
||||
dnsutils
|
||||
gping
|
||||
iperf
|
||||
nmap
|
||||
openssl
|
||||
openvpn
|
||||
|
@@ -46,9 +46,9 @@
|
||||
"com.apple.sound.beep.volume" = "0.000";
|
||||
ApplePressAndHoldEnabled = false;
|
||||
# delay before repeating keystrokes
|
||||
InitialKeyRepeat = 10;
|
||||
InitialKeyRepeat = 15;
|
||||
# delay between repeated keystrokes upon holding a key
|
||||
KeyRepeat = 1;
|
||||
KeyRepeat = 5;
|
||||
AppleShowAllExtensions = true;
|
||||
AppleShowScrollBars = "Automatic";
|
||||
};
|
||||
|
Reference in New Issue
Block a user