summary refs log tree commit diff stats
path: root/system/settings/configuration/england.nix
blob: 2213ac74bbadbfc050270c2fe85e8c47cbd3966c (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  config,
  pkgs,
  ...
}: {
  time.timeZone = "Europe/London";
  services.redshift = {
    latitude = 52.2394;
    longitude = -0.9416;
  };
}