mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
9 lines
135 B
Nix
9 lines
135 B
Nix
{
|
|
time.timeZone = "America/New_York";
|
|
|
|
location = {
|
|
# Quebec City
|
|
latitude = 46.813359;
|
|
longitude = -71.215796;
|
|
};
|
|
}
|