From bd4ce973e0693d48f05a1fabe02046041eca2e9f Mon Sep 17 00:00:00 2001 From: Alexander Bell Date: Mon, 19 May 2025 20:10:17 +0200 Subject: [PATCH] . --- install.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.bash b/install.bash index 6274f47..2ab7331 100644 --- a/install.bash +++ b/install.bash @@ -73,6 +73,9 @@ systemctl enable --now NetworkManager-dispatcher.service systemctl mask systemd-rfkill.service # Needed for auto-disable of BT on boot by TLP systemctl mask systemd-rfkill.socket # Also needed for auto-disable BT +# Make wireguard connection persistent in /etc/wireguard +echo "PersistentKeepalive = 25" >> /etc/wireguard/home.conf + ################################################################### # MANUAL CONFIGURATION REQUIRED ###################################################################