aboutsummaryrefslogtreecommitdiff
path: root/common/region/na-east.nix
blob: a7293a8f47c212b5b335a3a9dcf6a57b8599b827 (plain) (blame)
1
2
3
4
5
{ config, ... }:
{
  i18n.defaultLocale = "en_CA.UTF-8";
  time.timeZone = "Canada/Eastern";
}