Enable systemd-timesyncd

This commit is contained in:
RealStickman 2021-08-29 13:09:35 +02:00
parent 0d7f884b4f
commit c5818be6c2

View File

@ -347,6 +347,9 @@ if [[ $(pacman -Q | grep btrfsmaintenance) ]]; then
sudo systemctl enable btrfs-scrub.timer
fi
# enable systemd-timesyncd (ntp service)
sudo timedatectl set-ntp true
echo
cat <<EOF
########################################