Enable time sync with systemd-timesyncd

This enables time synchronization by default, which is more-or-less a
requirement for a functioning desktop.
This commit is contained in:
Alex Palaistras 2024-01-21 16:10:26 +00:00
parent b60b12d83d
commit c42f3f3dbb
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ post_install() {
systemctl enable --now systemd-resolved
systemctl enable --now systemd-networkd
echo "Enabling NTP clock synchronization with systemd-timesyncd..."
systemctl enable --now systemd-timesyncd
timedatectl set-ntp true
echo "Enabling PCSC socket for GPG cards..."
systemctl enable --now pcscd.socket