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 ###################################################################