From dcdbcc1723c0b5fae8ed014bfb90b54ebf0ee71d Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Sun, 3 Dec 2023 18:45:21 +0100 Subject: [PATCH] --amend --- .init_config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.init_config.sh b/.init_config.sh index 1ef02cb..4fc6a2a 100755 --- a/.init_config.sh +++ b/.init_config.sh @@ -108,6 +108,7 @@ if [ ! -z "$INIT" ]; then sudo systemctl enable --now systemd-timesyncd sudo systemctl enable --now cups sudo systemctl enable --now bluetooth + sudo systemctl enable --now bluetooth-autoconnect # iwd will be used as a backend for NetworkManager sudo systemctl disable wpa_supplicant echo -e "* Ensure hardware clock is up to date..."