NixOS-Config/modules/system/settings/timezone/default.nix

5 lines
50 B
Nix
Raw Normal View History

2024-11-24 20:02:09 -05:00
{ ... }:
{
time.timeZone = "America/Toronto";
}