From ce3d3f9d20ceeea8a4b40f2641f48e9acddeb59e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 5 Jan 2018 10:10:01 +0000 Subject: Add config module for England --- modules/configuration/england.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/configuration/england.nix (limited to 'modules/configuration') diff --git a/modules/configuration/england.nix b/modules/configuration/england.nix new file mode 100644 index 0000000..b2f799c --- /dev/null +++ b/modules/configuration/england.nix @@ -0,0 +1,8 @@ +{ config, pkgs, ... }: + +{ time.timeZone = "Europe/London"; + services.redshift = { + latitude = "52.2394"; + longitude = "-0.9416"; + }; +} -- cgit 1.4.1