From 185807b7719a03f11d5a44c27c6ade4b74408496 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 12:18:33 +0200 Subject: [PATCH] Just the flakiness part now --- migrations/1754668999.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/migrations/1754668999.sh b/migrations/1754668999.sh index 8a4dcfb5..b7966ed9 100644 --- a/migrations/1754668999.sh +++ b/migrations/1754668999.sh @@ -1,8 +1,4 @@ -echo "Set default DNS to Cloudflare (backup to Google) and tune MTU probing for more reliable SSH" - -# Set Cloudflare as primary DNS (with Google as backup) -sudo cp ~/.local/share/omarchy/default/systemd/resolved.conf /etc/systemd/ -sudo systemctl restart systemd-resolved +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