diff --git a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/services-artix.conf b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/services-artix.conf index b3d843a..492e2cd 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/services-artix.conf +++ b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/services-artix.conf @@ -22,5 +22,7 @@ services: action: "enable" - name: "greetd" action: "enable" + - name: "ntpd" + action: "enable" - name: "syslog-ng" action: "enable" diff --git a/iso-profiles/antergos/live-overlay/etc/calamares/modules/services-artix.conf b/iso-profiles/antergos/live-overlay/etc/calamares/modules/services-artix.conf index c143a46..05798cc 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares/modules/services-artix.conf +++ b/iso-profiles/antergos/live-overlay/etc/calamares/modules/services-artix.conf @@ -22,6 +22,8 @@ services: action: "enable" - name: "greetd" action: "enable" + - name: "ntpd" + action: "enable" - name: "syslog-ng" action: "enable" - name: "userspawn"