Breakup the omnibus config install

This commit is contained in:
David Heinemeier Hansson
2025-08-23 22:31:42 +02:00
parent e59a98fb0b
commit 76c94e2604
9 changed files with 54 additions and 45 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Solve common flakiness with SSH
echo "net.ipv4.tcp_mtu_probing=1" | sudo tee -a /etc/sysctl.d/99-sysctl.conf