summary refs log tree commit diff stats
path: root/system/modules/configuration/england.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/modules/configuration/england.nix')
-rw-r--r--system/modules/configuration/england.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/modules/configuration/england.nix b/system/modules/configuration/england.nix
new file mode 100644
index 00000000..b2f799cd
--- /dev/null
+++ b/system/modules/configuration/england.nix
@@ -0,0 +1,8 @@
+{ config, pkgs, ... }:
+
+{ time.timeZone = "Europe/London";
+  services.redshift = {
+    latitude = "52.2394";
+    longitude = "-0.9416";
+  };
+}