6 lines
96 B
Nix
6 lines
96 B
Nix
{...}: {
|
|
time = {
|
|
timeZone = "Europe/Moscow";
|
|
hardwareClockInLocalTime = true;
|
|
};
|
|
}
|