mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-28 00:05:00 +08:00
11 lines
159 B
Nix
11 lines
159 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
time.timeZone = "America/New_York";
|
|
|
|
location = {
|
|
# Quebec City
|
|
latitude = 46.813359;
|
|
longitude = -71.215796;
|
|
};
|
|
}
|