1
0
forked from extern/nix-config

archlinux: Remove redundant timedatectl command

Since all systemd's timedatectl does is create the same symlink we
made in the installation media, duplicating it here isn't necessary.
This commit is contained in:
Donovan Glover 2018-12-01 21:05:41 -05:00
parent 622a01a711
commit 5e3b57d42f
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -13,8 +13,7 @@ read USERNAME
# Start and enable the DHCP client daemon service
systemctl enable --now dhcpcd.service
# Set the timezone with systemd, and sync it periodically with a remote server
timedatectl set-timezone America/New_York
# Sync the time periodically with a remote server
timedatectl set-ntp true
# Change the systemd wait time from 90s to 30s, mitigating a potential hang at shutdown