install.fairie/home/.chezmoiscripts/qubes/run_onchange_before_11-update-timezone.tmpl

6 lines
140 B
Cheetah
Raw Normal View History

#!/usr/bin/env bash
### Update timezone
logg info "Setting timezone to {{ .user.timezone }}"
timedatectl set-timezone {{ .user.timezone }}