9 lines
112 B
Nix
9 lines
112 B
Nix
{ ... }:
|
|
|
|
{
|
|
time = {
|
|
hardwareClockInLocalTime = true;
|
|
timeZone = "America/Detroit";
|
|
}
|
|
}
|