diff --git a/config.org b/config.org index 0109313..156fddb 100644 --- a/config.org +++ b/config.org @@ -30,6 +30,7 @@ - [[#build-tools][Build Tools]] - [[#system-locale][System Locale]] - [[#keyboard-layout][Keyboard Layout]] + - [[#ntp][NTP]] - [[#desktop-environments-and-window-manager][Desktop Environments and Window Manager]] - [[#lightdm][LightDM]] - [[#xfce][Xfce]] @@ -560,6 +561,15 @@ if ! localectl status | grep -q "X11 Layout.*de"; then sudo localectl set-x11-keymap --no-convert de fi #+end_src +** NTP +#+begin_src shell :tangle update.sh +systemd_service="systemd-timesyncd" +if ! systemctl is-enabled --quiet "$systemd_service"; then + echo "Enabling $systemd_service" + sudo systemctl enable "$systemd_service" +fi +#+end_src + * Desktop Environments and Window Manager ** [[https://wiki.archlinux.org/title/LightDM][LightDM]] install the required packages