summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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";
+  };
+}