This commit is contained in:
Alexander Bell 2025-05-19 20:10:17 +02:00
parent 1f85eeed08
commit bd4ce973e0

View File

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