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