From 12ab4467157e750c66e5a9dd84192a048ca82fdc Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 19 Aug 2025 10:31:04 +0200 Subject: [PATCH] Force the link --- install/config/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/config/config.sh b/install/config/config.sh index f42f96f9..bdd294a9 100644 --- a/install/config/config.sh +++ b/install/config/config.sh @@ -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