nixos/nixos/misc/time.nix
2025-04-17 13:35:52 -04:00

5 lines
52 B
Nix

{ ... }:
{
time.timeZone = "America/New_York";
}