srpnix/nixos/time.nix

9 lines
113 B
Nix

{ ... }:
{
time = {
hardwareClockInLocalTime = true;
timeZone = "America/Detroit";
};
}