install.fairie/.local/share/chezmoi/home/.chezmoiscripts/qubes/run_onchange_before_11-update-timezone
2022-12-06 08:59:10 +00:00

5 lines
140 B
Bash

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