nix-config/common/timezone/default.nix
2023-05-18 15:54:15 -04:00

4 lines
42 B
Nix

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