Force the link

This commit is contained in:
David Heinemeier Hansson 2025-08-19 10:31:04 +02:00
parent d00160464f
commit 12ab446715

View File

@ -30,7 +30,7 @@ sudo sed -i 's|^\(auth\s\+\[default=die\]\s\+pam_faillock.so\)\s\+authfail.*$|\1
sudo cp ~/.local/share/omarchy/default/systemd/resolved.conf /etc/systemd/
# Ensure /etc/resolv.conf is symlinked to systemd-resolved's stub resolver
sudo ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
sudo ln -snf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
# Solve common flakiness with SSH
echo "net.ipv4.tcp_mtu_probing=1" | sudo tee -a /etc/sysctl.d/99-sysctl.conf