nix-config/sh/052-timezone
2018-08-31 15:36:58 -04:00

10 lines
146 B
Bash

#!/bin/sh
#
# Set the timezone through systemd.
#
# https://wiki.archlinux.org/index.php/Time
set -xe
timedatectl set-timezone America/New_York