feat(user-setup): Enable NTP by default

Enable NTP by default. No one likes inaccurate clocks
This commit is contained in:
RJ Trujillo 2023-08-20 17:26:18 -06:00 committed by GitHub
parent ad5155d09d
commit 825d69cadc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,9 @@ else
fi
fi
# Enable NTP
timedatectl set-ntp true
# Setup Flathub
if grep -qz 'fedora' <<< $(flatpak remotes); then
flatpak remote-delete --user fedora --force