mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-29 03:34:46 +01:00
10 lines
157 B
Bash
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
|