summary refs log tree commit diff stats
path: root/modules/configuration
diff options
context:
space:
mode:
authorAlan Pearce2018-01-05 10:10:01 +0000
committerAlan Pearce2018-01-05 10:10:01 +0000
commitce3d3f9d20ceeea8a4b40f2641f48e9acddeb59e (patch)
treea20e1711fd2c53d6d7c69cd765e3cf865d16b71c /modules/configuration
parent590f508681facee9ec586351036d0a15b54707d7 (diff)
downloadnixos-configuration-ce3d3f9d20ceeea8a4b40f2641f48e9acddeb59e.tar.lz
nixos-configuration-ce3d3f9d20ceeea8a4b40f2641f48e9acddeb59e.tar.zst
nixos-configuration-ce3d3f9d20ceeea8a4b40f2641f48e9acddeb59e.zip
Add config module for England
Diffstat (limited to 'modules/configuration')
-rw-r--r--modules/configuration/england.nix8
1 files changed, 8 insertions, 0 deletions
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";
+  };
+}