omarchy/migrations/1754668999.sh
David Heinemeier Hansson 185807b771 Just the flakiness part now
2025-08-25 12:18:33 +02:00

5 lines
158 B
Bash

echo "Tune MTU probing for more reliable SSH"
# Solve common flakiness with SSH
echo "net.ipv4.tcp_mtu_probing=1" | sudo tee -a /etc/sysctl.d/99-sysctl.conf