summary refs log tree commit diff stats
path: root/system/modules/configuration/england.nix
blob: b2f799cde2756a1b4821611726db794e8c9a6c4a (plain)
1
2
3
4
5
6
7
8
{ config, pkgs, ... }:

{ time.timeZone = "Europe/London";
  services.redshift = {
    latitude = "52.2394";
    longitude = "-0.9416";
  };
}