nix-config/sh/053-ntp
2018-08-31 15:36:58 -04:00

10 lines
157 B
Bash

#!/bin/sh
#
# Sync the time periodically with a remote server.
#
# https://wiki.archlinux.org/index.php/Systemd-timesyncd
set -xe
timedatectl set-ntp true